Unused variables

Удаление неиспользуемых переменных
This commit is contained in:
Dark Nightmare 2014-09-02 10:48:59 +06:00
commit f9ffa60e9a

View file

@ -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: