Fix syntax error
This commit is contained in:
parent
b48f501a0c
commit
fe724a2e69
@ -154,11 +154,11 @@ class pdf_baleine extends ModelePDFProjects
|
|||||||
$task = new Task($this->db);
|
$task = new Task($this->db);
|
||||||
$tasksarray = $task->getTasksArray(0,0,$object->id);
|
$tasksarray = $task->getTasksArray(0,0,$object->id);
|
||||||
|
|
||||||
if (! $object->id > 0) // Special case when used with object = specimen, we may return all lines
|
if (! $object->id > 0) // Special case when used with object = specimen, we may return all lines
|
||||||
{
|
{
|
||||||
$tasksarray=array_slice($tasksarray, 0, min(5, count($tasksarray)));
|
$tasksarray=array_slice($tasksarray, 0, min(5, count($tasksarray)));
|
||||||
}
|
}
|
||||||
|
|
||||||
$object->lines=$tasksarray;
|
$object->lines=$tasksarray;
|
||||||
$nblignes=count($object->lines);
|
$nblignes=count($object->lines);
|
||||||
|
|
||||||
@ -329,7 +329,7 @@ class pdf_baleine extends ModelePDFProjects
|
|||||||
if (! empty($conf->global->MAIN_UMASK))
|
if (! empty($conf->global->MAIN_UMASK))
|
||||||
@chmod($file, octdec($conf->global->MAIN_UMASK));
|
@chmod($file, octdec($conf->global->MAIN_UMASK));
|
||||||
|
|
||||||
$ this->result = array('fullpath'=>$file);
|
$this->result = array('fullpath'=>$file);
|
||||||
|
|
||||||
return 1; // Pas d'erreur
|
return 1; // Pas d'erreur
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user