2
0
forked from Wavyzz/dolibarr

Fix: strict mode everywhere

This commit is contained in:
Regis Houssin
2012-09-02 22:48:52 +02:00
parent 8a5fe809f4
commit d2ae90f938
9 changed files with 55 additions and 40 deletions

View File

@@ -350,7 +350,7 @@ function ajax_combobox($htmlname, $event=array())
* @param int $entity Entity to set
* @return void
*/
function ajax_constantonoff($code,$input=array(),$entity=false)
function ajax_constantonoff($code, $input=array(), $entity=false)
{
global $conf, $langs;