Layout refactoring (step 1)
[platal.git] / include / fonction.emploi.inc.php
index c41c511..ee67115 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /***************************************************************************
- *  Copyright (C) 2003-2006 Polytechnique.org                              *
+ *  Copyright (C) 2003-2007 Polytechnique.org                              *
  *  http://opensource.polytechnique.org/                                   *
  *                                                                         *
  *  This program is free software; you can redistribute it and/or modify   *
@@ -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");
@@ -38,4 +37,5 @@ function _select_fonction_smarty($params){
 }
 
 $page->register_function('select_fonction', '_select_fonction_smarty');
+// vim:set et sw=4 sts=4 sws=4 foldmethod=marker enc=utf-8:
 ?>