From fffda3f261e2e4821e3fc1bf1d7bf25431fca300 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Thu, 4 Mar 2010 05:42:46 +0000 Subject: [PATCH] Old lost code removed --- inc/modules/admin/what-repair_cats.php | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/inc/modules/admin/what-repair_cats.php b/inc/modules/admin/what-repair_cats.php index e39ba3fec1..898ac79c64 100644 --- a/inc/modules/admin/what-repair_cats.php +++ b/inc/modules/admin/what-repair_cats.php @@ -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) { -- 2.30.2