]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-repair_cats.php
Old lost code removed
[mailer.git] / inc / modules / admin / what-repair_cats.php
index e39ba3fec18927df1b602d1ddb4d8b3ec7fce881..898ac79c6408266faddbb8490c228299a9aaee4a 100644 (file)
@@ -59,10 +59,7 @@ if (SQL_NUMROWS($result) > 0) {
                        SQL_QUERY_ESC("DELETE LOW_PRIORITY FROM `{?_MYSQL_PREFIX?}_user_cats` WHERE `userid`=%s",
                                array(bigintval($content['userid'])), __FILE__, __LINE__);
                        $REMOVED += SQL_AFFECTEDROWS();
-               } else {
-                       // Free memory
-                       SQL_FREERESULT($result_user);
-               }
+               } // END - if
        } // END - while
 
        if ($REMOVED > 0) {