#0001736: PHP7 comptability
This commit is contained in:
parent
68d8ff57d9
commit
87dc3c4ddd
1 changed files with 1 additions and 0 deletions
|
|
@ -114,6 +114,7 @@ class Anc_Group_Operation
|
|||
$wDescription->input()."</td></tr>";
|
||||
$Plan=new Anc_Plan($this->db);
|
||||
$aPlan=$Plan->get_list();
|
||||
$this->a_operation=(empty($this->a_operation))?[]:$this->a_operation;
|
||||
$max=(count($this->a_operation)<$this->nMaxRow)?$this->nMaxRow:count($this->a_operation);
|
||||
$ret.='</table><table id="ago" style="width: 100%;">';
|
||||
/* show 10 rows */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue