]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-repair_mmnu.php
Comments fixed, ext-network continued, fix for mod stats:
[mailer.git] / inc / modules / admin / what-repair_mmnu.php
index 142ddc1ce8c25ad3769649b8a6087114ebd59f0b..c471fe5e96508102603d8564f9b376c75c2d7f6f 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 /************************************************************************
- * MXChange v0.2.1                                    Start: 02/25/2004 *
- * ================                             Last change: 02/25/2004 *
+ * Mailer v0.2.1-FINAL                                Start: 02/25/2004 *
+ * ===================                          Last change: 02/25/2004 *
  *                                                                      *
  * -------------------------------------------------------------------- *
  * File              : what-repair_mmenu.php                            *
@@ -48,7 +48,7 @@ $ACTIONS = array();
 
 // First fix all main menus (what = '')...
 $result_fix = SQL_QUERY("SELECT id, action FROM `{?_MYSQL_PREFIX?}_member_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 action value for later usage in sorting sub menus
        $ACTIONS[] = $content['action'];