X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=include%2Ffonction.emploi.inc.php;h=c0ac2857058935f1032c3cd0dc69f92c8c747423;hb=a3a049fc80d3707bcc76903ab89f73974c470c0c;hp=82c172ee06bf232873e6f81c2321b014878c5f7b;hpb=0337d704b62718d7c77106c0e4c4e26fb02beacf;p=platal.git diff --git a/include/fonction.emploi.inc.php b/include/fonction.emploi.inc.php index 82c172e..c0ac285 100644 --- a/include/fonction.emploi.inc.php +++ b/include/fonction.emploi.inc.php @@ -1,6 +1,6 @@  \n"; - $res = $globals->xdb->iterRow("SELECT id, fonction_fr, FIND_IN_SET('titre', flags) from fonctions_def ORDER BY id"); + $res = XDB::iterRow("SELECT id, fonction_fr, FIND_IN_SET('titre', flags) from fonctions_def ORDER BY id"); while(list($fid, $flabel, $ftitre) = $res->next()){ if($ftitre) $html.= "\n";