mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-25 19:38:53 +00:00
remove debug
git-svn-id: file:///svn/phpbb/trunk@3539 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
5b0d02baa2
commit
98c7975cc6
1 changed files with 1 additions and 3 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue