diff options
author | Meik Sievertsen <acydburn@phpbb.com> | 2005-01-02 19:50:07 +0000 |
---|---|---|
committer | Meik Sievertsen <acydburn@phpbb.com> | 2005-01-02 19:50:07 +0000 |
commit | 16d41b20d8df566a6648c9fc7384058de54305d8 (patch) | |
tree | 83135a436330ad354e17f25fd74132a3914a1808 /phpBB/includes/acm/acm_file.php | |
parent | cf1d36aa775faa3a1760eae0e5a9740abdbebb5d (diff) | |
download | forums-16d41b20d8df566a6648c9fc7384058de54305d8.tar forums-16d41b20d8df566a6648c9fc7384058de54305d8.tar.gz forums-16d41b20d8df566a6648c9fc7384058de54305d8.tar.bz2 forums-16d41b20d8df566a6648c9fc7384058de54305d8.tar.xz forums-16d41b20d8df566a6648c9fc7384058de54305d8.zip |
- mysql 4.1.x support (mysqli extension)
git-svn-id: file:///svn/phpbb/trunk@5042 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/includes/acm/acm_file.php')
-rw-r--r-- | phpBB/includes/acm/acm_file.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/acm/acm_file.php b/phpBB/includes/acm/acm_file.php index e4bc077f2b..60b81cb28b 100644 --- a/phpBB/includes/acm/acm_file.php +++ b/phpBB/includes/acm/acm_file.php @@ -269,7 +269,7 @@ class acm @flock($fp, LOCK_EX); $lines = array(); - $query_id = 'Cache id #' . count($this->sql_rowset); + $query_id = 'Cache id #' . sizeof($this->sql_rowset); $this->sql_rowset[$query_id] = array(); while ($row = $db->sql_fetchrow($query_result)) |