mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-04 07:47:34 +02:00
remove debug
git-svn-id: file:///svn/phpbb/trunk@3539 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -312,9 +312,7 @@ class sql_db
|
||||
|
||||
if ($cache->sql_exists($query_id))
|
||||
{
|
||||
$return = $cache->sql_fetchrow($query_id);
|
||||
print_r($return);
|
||||
return $return;
|
||||
return $cache->sql_fetchrow($query_id);
|
||||
}
|
||||
|
||||
return ($query_id) ? @mysql_fetch_assoc($query_id) : false;
|
||||
|
Reference in New Issue
Block a user