mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-07 20:08:53 +00:00
Redo querying structure - minor error update
git-svn-id: file:///svn/phpbb/trunk@28 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
f040ef160e
commit
363d4c0582
1 changed files with 1 additions and 1 deletions
|
@ -98,7 +98,7 @@ if($total_categories)
|
|||
}
|
||||
$template->set_var(array("FOLDER" => $folder_image,
|
||||
"FORUM_NAME" => stripslashes($forum_rows[$j]["forum_name"]),
|
||||
"FORUM_ID" => $forum_rows[$y]["forum_id"],
|
||||
"FORUM_ID" => $forum_rows[$j]["forum_id"],
|
||||
"FORUM_DESC" => stripslashes($forum_rows[$j]["forum_desc"]),
|
||||
"ROW_COLOR" => $row_color,
|
||||
"PHPEX" => $phpEx,
|
||||
|
|
Loading…
Add table
Reference in a new issue