From 05e249e8f85c1673e591401ae7a8c6f26f80e95d Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Sat, 23 Apr 2011 16:29:41 -0400 Subject: - Patch #1122880 by jn2: DatabaseConnection::defaultOptions has incorrect php.net link. --- includes/database/database.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'includes') diff --git a/includes/database/database.inc b/includes/database/database.inc index 4a3cbb4ef..4539b37a7 100644 --- a/includes/database/database.inc +++ b/includes/database/database.inc @@ -320,7 +320,7 @@ abstract class DatabaseConnection extends PDO { * PDO::FETCH_OBJ, PDO::FETCH_NUM, or a string representing the name of a * class. If a string is specified, each record will be fetched into a new * object of that class. The behavior of all other values is defined by PDO. - * See http://www.php.net/PDOStatement-fetch + * See http://php.net/manual/pdostatement.fetch.php * - return: Depending on the type of query, different return values may be * meaningful. This directive instructs the system which type of return * value is desired. The system will generally set the correct value -- cgit v1.2.3