]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-repair_amnu.php
Huge rewrite of default parameters, ext-network continued:
[mailer.git] / inc / modules / admin / what-repair_amnu.php
index 267d0e02121bdfa9e65d221b4f563f883c4ae06a..b242ae8bea7413e223e680b580cb52d72dfb6148 100644 (file)
@@ -48,7 +48,7 @@ $ACTIONS = array();
 
 // First fix all main menus (what = '')...
 $result_fix = SQL_QUERY("SELECT id, action FROM `{?_MYSQL_PREFIX?}_admin_menu` WHERE (`what`='' OR `what` IS NULL) AND action != 'logout' ORDER BY `sort` ASC", __FILE__, __LINE__);
 
 // First fix all main menus (what = '')...
 $result_fix = SQL_QUERY("SELECT id, action FROM `{?_MYSQL_PREFIX?}_admin_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'];
 while ($content = SQL_FETCHARRAY($result_fix)) {
        // Store act value for later usage in sorting sub menus
        $ACTIONS[] = $content['action'];