Affichage du menu de cron par defaut

This commit is contained in:
Alan Garcia 2012-08-21 07:38:49 +00:00
parent 5cdcbbee1f
commit 98717c3e6e
2 changed files with 1 additions and 2 deletions

View File

@ -98,8 +98,6 @@ class m_mail {
$err->log("mail","enum_domains_mail"); $err->log("mail","enum_domains_mail");
$db->query("select * from address where domain_id=$dom_id order by address asc;"); $db->query("select * from address where domain_id=$dom_id order by address asc;");
if (!$db->num_rows()) { if (!$db->num_rows()) {
//TODO verifier numero erreur
$err->raise("mysql",19);
return false; return false;
} }
while($db->next_record()){ while($db->next_record()){

View File

@ -4,6 +4,7 @@ menu_mail.php
menu_brouteur.php menu_brouteur.php
menu_web.php menu_web.php
menu_ftp.php menu_ftp.php
menu_cron.php
menu_sta2.php menu_sta2.php
menu_sql.php menu_sql.php
menu_quota.php menu_quota.php