Fix: Removed warnings

This commit is contained in:
Laurent Destailleur 2012-06-27 23:54:31 +02:00
parent 8d3a03ab18
commit 3242f2fb6c

View File

@ -47,7 +47,7 @@ top_httphead();
//print '<!-- Ajax page called with url '.$_SERVER["PHP_SELF"].'?'.$_SERVER["QUERY_STRING"].' -->'."\n";
dol_syslog("GET is ".join(',',$_GET));
dol_syslog("GET is ".join(',',$_GET).', MAIN_USE_ZIPTOWN_DICTIONNARY='.(empty($conf->global->MAIN_USE_ZIPTOWN_DICTIONNARY)?'':$conf->global->MAIN_USE_ZIPTOWN_DICTIONNARY));
//var_dump($_GET);
// Generation of list of zip-town
@ -133,4 +133,6 @@ else
}
$db->close();
?>