]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-repair_amnu.php
redirection of invalid or deleted mail orders improved, several code conventions...
[mailer.git] / inc / modules / admin / what-repair_amnu.php
index 639ddf2676cb73d578cb1378c0d4dd791c304fba..a9b1844ca1f20ae35bdc09486705da476efd43c2 100644 (file)
@@ -42,7 +42,7 @@ ADD_DESCR("admin", basename(__FILE__));
 
 global $link;
 $ACTIONs = array();
-// First fix all main menus (what='')...
+// First fix all main menus (what="")...
 $result_fix = SQL_QUERY("SELECT id, action FROM "._MYSQL_PREFIX."_admin_menu WHERE what='' AND action != 'logout' ORDER BY sort ASC", __FILE__, __LINE__);
 $cnt = 0; $REP = 0;
 while(list($id, $act) = SQL_FETCHROW($result_fix))