Old lost code removed
authorRoland Häder <roland@mxchange.org>
Thu, 4 Mar 2010 05:42:46 +0000 (05:42 +0000)
committerRoland Häder <roland@mxchange.org>
Thu, 4 Mar 2010 05:42:46 +0000 (05:42 +0000)
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();
                        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) {
        } // END - while
 
        if ($REMOVED > 0) {