summaryrefslogtreecommitdiff
path: root/includes/database/database.inc
diff options
context:
space:
mode:
authorJennifer Hodgdon <yahgrp@poplarware.com>2012-02-23 10:54:46 -0800
committerJennifer Hodgdon <yahgrp@poplarware.com>2012-02-23 10:54:46 -0800
commitde2261c737bfbd812debb588cbe52054b901e855 (patch)
tree23a15b61c0be1340dde9c9e8ab4fb81687d0cf90 /includes/database/database.inc
parent80eba7e87a829b8a6dc03c43a0805ac0d6bf0d60 (diff)
downloadbrdo-de2261c737bfbd812debb588cbe52054b901e855.tar.gz
brdo-de2261c737bfbd812debb588cbe52054b901e855.tar.bz2
Issue #1291458 by arithmetric: Remove mention of short-lived PHP bug from Database class docs
Diffstat (limited to 'includes/database/database.inc')
-rw-r--r--includes/database/database.inc3
1 files changed, 0 insertions, 3 deletions
diff --git a/includes/database/database.inc b/includes/database/database.inc
index 6e40b2765..6efe298d2 100644
--- a/includes/database/database.inc
+++ b/includes/database/database.inc
@@ -1430,9 +1430,6 @@ abstract class Database {
/**
* Gets the connection object for the specified database key and target.
*
- * Note: do not use the setAttribute(PDO::ATTR_DEFAULT_FETCH_MODE) on the
- * returned object because of http://bugs.php.net/bug.php?id=43139.
- *
* @param $target
* The database target name.
* @param $key