From: Roland Häder Date: Thu, 4 Mar 2010 05:42:46 +0000 (+0000) Subject: Old lost code removed X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=commitdiff_plain;h=fffda3f261e2e4821e3fc1bf1d7bf25431fca300;hp=40a3f53ad48b0205d39498ab28d526b4fd30a0ec Old lost code removed --- 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) {