Add date of request in validation form
[platal.git] / include / fonction.emploi.inc.php
index c41c511..c0ac285 100644 (file)
@@ -20,7 +20,6 @@
  ***************************************************************************/
 
 function select_fonction($fonction){
-    global $globals;
     $html = "<option value='' ". (($fonction == '0')?"selected='selected'":"") .">&nbsp;</option>\n";
 
     $res = XDB::iterRow("SELECT id, fonction_fr, FIND_IN_SET('titre', flags) from fonctions_def ORDER BY id");