diff options
author | Paul S. Owen <psotfx@users.sourceforge.net> | 2001-05-15 00:15:26 +0000 |
---|---|---|
committer | Paul S. Owen <psotfx@users.sourceforge.net> | 2001-05-15 00:15:26 +0000 |
commit | 8e1f0cf096f18a10bf9e3d6d17beaa984e4ab2cf (patch) | |
tree | e818acfa2aabe0b70fd924f3757528ead6b48485 /phpBB/includes | |
parent | 647864f581c00e4fcb5456910b90da1447ea0528 (diff) | |
download | forums-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.php | 1 |
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__); } |