]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-repair_gmenu.php
redirection of invalid or deleted mail orders improved, several code conventions...
[mailer.git] / inc / modules / admin / what-repair_gmenu.php
index 88f7b3ad73e41d19d88ee2d858aec24f75a7397c..b3dc3b729386984c0572d4b12d673c87438c64f4 100644 (file)
@@ -41,7 +41,7 @@ if ((ereg(basename(__FILE__), $_SERVER['PHP_SELF'])) || (!IS_ADMIN()))
 ADD_DESCR("admin", basename(__FILE__));
 
 $ACTIONS = array();
-// First fix all main menus (what='')...
+// First fix all main menus (what="")...
 $result_fix = SQL_QUERY("SELECT id, action FROM "._MYSQL_PREFIX."_guest_menu WHERE what='' AND action != 'logout' ORDER BY sort ASC", __FILE__, __LINE__);
 $cnt = 0; $REP = 0;
 while(list($id, $act) = SQL_FETCHROW($result_fix))