]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-repair_gmnu.php
Huge rewrite of default parameters, ext-network continued:
[mailer.git] / inc / modules / admin / what-repair_gmnu.php
index 2d284b37d5ca7bcbff3706161bd09bcd3f7e2ecc..fc1b8ff66877de140c865a8dd524a02659e58200 100644 (file)
@@ -47,7 +47,7 @@ addMenuDescription('admin', __FILE__);
 $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;
+$cnt = '0'; $REP = '0';
 while ($content = SQL_FETCHARRAY($result_fix)) {
        // Store act value for later usage in sorting sub menus
        $ACTIONS[] = $content['action'];