mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 14:00:31 +02:00
Various updates
git-svn-id: file:///svn/phpbb/trunk@297 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -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__);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user