".$msg["alerte_suggestion"].$temp_aff."" ; function alerte_sugg () { global $dbh ; global $msg; global $opac_show_suggest; if (!$opac_show_suggest) return ""; // comptage des tags à valider $sql = " SELECT 1 FROM suggestions where statut=1 limit 1"; $req = mysql_query($sql) or die ($msg["err_sql"]."
".$sql."
".mysql_error()); $nb_limite = mysql_num_rows($req) ; if (!$nb_limite) return "" ; else return "
  • $msg[alerte_suggestion_traiter]
  • " ; }