diff options
Diffstat (limited to 'includes/database')
-rw-r--r-- | includes/database/database.inc | 3 |
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 |