mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-25 00:24:35 +00:00
Ergänzung Check ob Zeitmodell hinterlegt
This commit is contained in:
@@ -53,7 +53,6 @@ class Timesheet_model extends DB_Model
|
||||
|
||||
if(curl_errno($ch))
|
||||
{
|
||||
//print_r($ch);
|
||||
return 'Curl error: ' . curl_error($ch);
|
||||
curl_close($ch);
|
||||
}
|
||||
@@ -64,12 +63,10 @@ class Timesheet_model extends DB_Model
|
||||
|
||||
if(isset($data->STATUS) && $data->STATUS=='OK')
|
||||
{
|
||||
// print_r($data[2]);
|
||||
return $data->RESULT;
|
||||
}
|
||||
else
|
||||
//print_r($data);
|
||||
return $data;
|
||||
return $data;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user