]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-repair_cats.php
Huge rewrite of default parameters, ext-network continued:
[mailer.git] / inc / modules / admin / what-repair_cats.php
index 84dc4dda2d11ba003c18400eeae37699a1746b9d..cb801e35cad70dc4a188ff2110378c775411cc34 100644 (file)
@@ -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)) {