]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-repair_cats.php
Possible fix for userid=0
[mailer.git] / inc / modules / admin / what-repair_cats.php
index 84dc4dda2d11ba003c18400eeae37699a1746b9d..75877ffb890c4290a9fcfa9b77c40b98138bb24c 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 /************************************************************************
- * MXChange v0.2.1                                    Start: 04/24/2004 *
- * ================                             Last change: 04/24/2004 *
+ * Mailer v0.2.1-FINAL                                Start: 04/24/2004 *
+ * ===================                          Last change: 04/24/2004 *
  *                                                                      *
  * -------------------------------------------------------------------- *
  * File              : what-repair_cats.php                             *
@@ -48,7 +48,7 @@ addMenuDescription('admin', __FILE__);
 $result = SQL_QUERY("SELECT `userid` FROM `{?_MYSQL_PREFIX?}_user_cats` GROUP BY `userid` ORDER BY `userid` ASC", __FILE__, __LINE__);
 if (SQL_NUMROWS($result) > 0) {
         // Nothing is removed for now... ;-)
-       $REMOVED = 0;
+       $REMOVED = '0';
 
        // Check if found userid is also found in user_data table
        while ($content = SQL_FETCHARRAY($result)) {