From 8e1f0cf096f18a10bf9e3d6d17beaa984e4ab2cf Mon Sep 17 00:00:00 2001 From: "Paul S. Owen" Date: Tue, 15 May 2001 00:15:26 +0000 Subject: Various updates git-svn-id: file:///svn/phpbb/trunk@297 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/includes/functions.php | 1 - 1 file changed, 1 deletion(-) (limited to 'phpBB/includes') 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__); } -- cgit v1.2.1