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