]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-repair_gmenu.php
More constant rewrites
[mailer.git] / inc / modules / admin / what-repair_gmenu.php
index d62431b2328fa4a7f67134e79bde68e030c6f7ac..7475df7fec6b6861020630fec6eaf6a2872c0dfb 100644 (file)
@@ -44,8 +44,7 @@ $ACTIONS = array();
 // First fix all main menus (what="")...
 $result_fix = SQL_QUERY("SELECT id, action FROM `{!_MYSQL_PREFIX!}_guest_menu` WHERE (what='' OR `what` IS NULL) AND action != 'logout' ORDER BY `sort` ASC", __FILE__, __LINE__);
 $cnt = 0; $REP = 0;
-while (list($id, $act) = SQL_FETCHROW($result_fix))
-{
+while (list($id, $act) = SQL_FETCHROW($result_fix)) {
        // Store act value for later usage in sorting sub menus
        $ACTIONS[] = $act;