From d428fe37b91d9fb04b62d19d8ce04da32a1ac96c Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Fri, 26 Mar 2010 17:14:46 +0000 Subject: - Patch #681538 by aspilicious, jhodgdon, trevjs: fixed possibly broken @see also links. --- includes/database/prefetch.inc | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'includes/database') diff --git a/includes/database/prefetch.inc b/includes/database/prefetch.inc index 663927af7..9d02dcfc2 100644 --- a/includes/database/prefetch.inc +++ b/includes/database/prefetch.inc @@ -175,9 +175,8 @@ class DatabaseStatementPrefetch implements Iterator, DatabaseStatementInterface // as soon as possible. $this->rowCount = $statement->rowCount(); $this->data = $statement->fetchAll(PDO::FETCH_ASSOC); - // Destroy the statement as soon as possible. - // See DatabaseConnection_sqlite::PDOPrepare() for explanation. - // @see DatabaseConnection_sqlite::PDOPrepare() + // Destroy the statement as soon as possible. See + // DatabaseConnection_sqlite::PDOPrepare() for explanation. unset($statement); $this->resultRowCount = count($this->data); -- cgit v1.2.3