mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-21 22:03:49 -07:00
Unused variables
Удаление неиспользуемых переменных
This commit is contained in:
parent
85e2cb66d1
commit
f9ffa60e9a
1 changed files with 0 additions and 2 deletions
|
@ -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:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue