From f9ffa60e9a1f387022c9b86f445774b969609618 Mon Sep 17 00:00:00 2001 From: Dark Nightmare Date: Tue, 2 Sep 2014 10:48:59 +0600 Subject: [PATCH] Unused variables MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Удаление неиспользуемых переменных --- upload/admin/admin_forums.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/upload/admin/admin_forums.php b/upload/admin/admin_forums.php index ce017520f..eb2c56ae4 100644 --- a/upload/admin/admin_forums.php +++ b/upload/admin/admin_forums.php @@ -831,13 +831,11 @@ function get_info ($mode, $id) case 'category': $table = BB_CATEGORIES; $idfield = 'cat_id'; - $namefield = 'cat_title'; break; case 'forum': $table = BB_FORUMS; $idfield = 'forum_id'; - $namefield = 'forum_name'; break; default: