Skip to content
Snippets Groups Projects
Commit 3242f2fb authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Fix: Removed warnings

parent 8d3a03ab
No related branches found
No related tags found
No related merge requests found
......@@ -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();
?>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment