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': case 'category':
$table = BB_CATEGORIES; $table = BB_CATEGORIES;
$idfield = 'cat_id'; $idfield = 'cat_id';
$namefield = 'cat_title';
break; break;
case 'forum': case 'forum':
$table = BB_FORUMS; $table = BB_FORUMS;
$idfield = 'forum_id'; $idfield = 'forum_id';
$namefield = 'forum_name';
break; break;
default: default: