fix : warning missing argument

This commit is contained in:
Philippe Grand 2011-05-09 13:22:10 +00:00
parent 970a488f7c
commit ae29121012

View File

@ -1566,8 +1566,8 @@ class Form
$tmparray[$obj->rowid]['label']=$label; $tmparray[$obj->rowid]['label']=$label;
$i++; $i++;
} }
$this->cache_demand_reason=dol_sort_array($tmparray,'label'); $this->cache_demand_reason=dol_sort_array($tmparray,'label', $order='asc', $natsort, $case_sensitive);
//var_dump($this->cache_demand_reason);exit;
unset($tmparray); unset($tmparray);
return 1; return 1;
} }