diff options
Diffstat (limited to 'phpBB/includes/db/mysql.php')
-rw-r--r-- | phpBB/includes/db/mysql.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/phpBB/includes/db/mysql.php b/phpBB/includes/db/mysql.php index ec9f17bf27..aa9e6c1a39 100644 --- a/phpBB/includes/db/mysql.php +++ b/phpBB/includes/db/mysql.php @@ -263,8 +263,6 @@ class sql_db $query_id = $this->query_result; } - // This method is called too often... do not waste memory by calling/checking unneeded things -// if (method_exists($cache, 'sql_fetchrow') && $cache->sql_exists($query_id)) if (isset($cache->sql_rowset[$query_id])) { return $cache->sql_fetchrow($query_id); |