From 26aba1a1f170ac51a56fe86bbc19588e0efee3c3 Mon Sep 17 00:00:00 2001 From: Meik Sievertsen Date: Wed, 4 Oct 2006 15:15:40 +0000 Subject: - finally removed sql_numrows - sql_fetchfield now in dbal.php - check query id correctly as well as other tiny fixes git-svn-id: file:///svn/phpbb/trunk@6439 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/includes/acm/acm_file.php | 8 -------- 1 file changed, 8 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 0797b9d79d..0a23036668 100644 --- a/phpBB/includes/acm/acm_file.php +++ b/phpBB/includes/acm/acm_file.php @@ -410,14 +410,6 @@ class acm return false; } - /** - * Fetch the number of rows from cache (database) - */ - function sql_numrows($query_id) - { - return sizeof($this->sql_rowset[$query_id]); - } - /** * Fetch a field from the current row of a cached database result (database) */ -- cgit v1.2.1