diff options
Diffstat (limited to 'phpBB/includes/functions.php')
-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__); } |