aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes
diff options
context:
space:
mode:
authorPaul S. Owen <psotfx@users.sourceforge.net>2001-05-15 00:15:26 +0000
committerPaul S. Owen <psotfx@users.sourceforge.net>2001-05-15 00:15:26 +0000
commit8e1f0cf096f18a10bf9e3d6d17beaa984e4ab2cf (patch)
treee818acfa2aabe0b70fd924f3757528ead6b48485 /phpBB/includes
parent647864f581c00e4fcb5456910b90da1447ea0528 (diff)
downloadforums-8e1f0cf096f18a10bf9e3d6d17beaa984e4ab2cf.tar
forums-8e1f0cf096f18a10bf9e3d6d17beaa984e4ab2cf.tar.gz
forums-8e1f0cf096f18a10bf9e3d6d17beaa984e4ab2cf.tar.bz2
forums-8e1f0cf096f18a10bf9e3d6d17beaa984e4ab2cf.tar.xz
forums-8e1f0cf096f18a10bf9e3d6d17beaa984e4ab2cf.zip
Various updates
git-svn-id: file:///svn/phpbb/trunk@297 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/includes')
-rw-r--r--phpBB/includes/functions.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/phpBB/includes/functions.php b/phpBB/includes/functions.php
index 2af15b2890..fbbfa08e32 100644
--- a/phpBB/includes/functions.php
+++ b/phpBB/includes/functions.php
@@ -90,7 +90,6 @@ function make_jumpbox()
ORDER BY c.cat_order";
if(!$q_categories = $db->sql_query($sql))
{
- $db_error = $db->sql_error();
error_die(SQL_QUERY, "Couldn't obtain category list.", __LINE__, __FILE__);
}