aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/index.php
diff options
context:
space:
mode:
authorPaul S. Owen <psotfx@users.sourceforge.net>2001-02-23 18:24:33 +0000
committerPaul S. Owen <psotfx@users.sourceforge.net>2001-02-23 18:24:33 +0000
commit363d4c0582a2f6718fc880b814589b66fd37717c (patch)
tree24d6d4867157aa5c388aefdc9a268f58d87f094b /phpBB/index.php
parentf040ef160ebccb0e5b4c445e848ee688a002ce60 (diff)
downloadforums-363d4c0582a2f6718fc880b814589b66fd37717c.tar
forums-363d4c0582a2f6718fc880b814589b66fd37717c.tar.gz
forums-363d4c0582a2f6718fc880b814589b66fd37717c.tar.bz2
forums-363d4c0582a2f6718fc880b814589b66fd37717c.tar.xz
forums-363d4c0582a2f6718fc880b814589b66fd37717c.zip
Redo querying structure - minor error update
git-svn-id: file:///svn/phpbb/trunk@28 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/index.php')
-rw-r--r--phpBB/index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/index.php b/phpBB/index.php
index b99dfce82d..b97060bf7d 100644
--- a/phpBB/index.php
+++ b/phpBB/index.php
@@ -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,