diff options
author | Angie Byron <webchick@24967.no-reply.drupal.org> | 2010-10-15 18:03:43 +0000 |
---|---|---|
committer | Angie Byron <webchick@24967.no-reply.drupal.org> | 2010-10-15 18:03:43 +0000 |
commit | f8b10296eac93519d8f2d8ad32f79358aa864869 (patch) | |
tree | 723ade63e3b0cf8229bec891c9a6493ae0f1197f /includes/database | |
parent | b5e43a99ab39dd63ca8a225986a35d2ed9d5f64e (diff) | |
download | brdo-f8b10296eac93519d8f2d8ad32f79358aa864869.tar.gz brdo-f8b10296eac93519d8f2d8ad32f79358aa864869.tar.bz2 |
#938614 follow-up by chx: Abort abort\! Back to 5.2.4.
Diffstat (limited to 'includes/database')
-rw-r--r-- | includes/database/database.inc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/includes/database/database.inc b/includes/database/database.inc index 9ca77ea50..98dafae8a 100644 --- a/includes/database/database.inc +++ b/includes/database/database.inc @@ -1293,6 +1293,9 @@ 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 |