summaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2011-04-23 16:29:41 -0400
committerDries Buytaert <dries@buytaert.net>2011-04-23 16:29:41 -0400
commit05e249e8f85c1673e591401ae7a8c6f26f80e95d (patch)
tree9dc1f3e62d5d5be11f21f0647add66a84609562b /includes
parent43387c12ab31397580627e8bc53228da5111ff0e (diff)
downloadbrdo-05e249e8f85c1673e591401ae7a8c6f26f80e95d.tar.gz
brdo-05e249e8f85c1673e591401ae7a8c6f26f80e95d.tar.bz2
- Patch #1122880 by jn2: DatabaseConnection::defaultOptions has incorrect php.net link.
Diffstat (limited to 'includes')
-rw-r--r--includes/database/database.inc2
1 files changed, 1 insertions, 1 deletions
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