mirror of
https://github.com/phpbb/phpbb.git
synced 2025-04-13 04:13:29 +02: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
@ -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…
x
Reference in New Issue
Block a user