]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-repair_cats.php
Fixes for 'empty version'
[mailer.git] / inc / modules / admin / what-repair_cats.php
index 84dc4dda2d11ba003c18400eeae37699a1746b9d..7d49cc22cf4904602a8e513b785e91264dd11ee3 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /************************************************************************
- * MXChange v0.2.1                                    Start: 04/24/2004 *
+ * Mailer v0.2.1-FINAL                                Start: 04/24/2004 *
  * ================                             Last change: 04/24/2004 *
  *                                                                      *
  * -------------------------------------------------------------------- *
@@ -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)) {