From fef9d2d08a04b88a0989d12aaa14b86fef994d0c Mon Sep 17 00:00:00 2001 From: Ludovic Arnaud Date: Wed, 3 Sep 2003 21:53:41 +0000 Subject: Changed: headers, and a couple of clean-ups git-svn-id: file:///svn/phpbb/trunk@4464 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/includes/acm/acm_file.php | 33 +++++++++++++-------------------- 1 file changed, 13 insertions(+), 20 deletions(-) (limited to 'phpBB/includes/acm/acm_file.php') diff --git a/phpBB/includes/acm/acm_file.php b/phpBB/includes/acm/acm_file.php index e778000a37..3f209bdf40 100644 --- a/phpBB/includes/acm/acm_file.php +++ b/phpBB/includes/acm/acm_file.php @@ -1,23 +1,15 @@ cache_dir . 'sql_' . md5($query) . '.' . $phpEx); $query_id = 'Cache id #' . count($this->sql_rowset); - $this->sql_rowset[$query_id] = $rowset; + + $this->sql_rowset[$query_id] =& $rowset; return $query_id; } -- cgit v1.2.1