From 9c1a4bdac16945c7d616b3449cc7d97a2548fc22 Mon Sep 17 00:00:00 2001
From: Meik Sievertsen <acydburn@phpbb.com>
Date: Thu, 20 Jan 2005 20:57:45 +0000
Subject: - bugfixes - default sort options for posts too - adjusted
 format_date to remove the (time intensive) preg_ calls - temporary style.php
 code.

git-svn-id: file:///svn/phpbb/trunk@5068 89ea8834-ac86-4346-8a33-228a782c2dd0
---
 phpBB/includes/db/mysql.php | 2 --
 1 file changed, 2 deletions(-)

(limited to 'phpBB/includes/db/mysql.php')

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);
-- 
cgit v1.2.1