From e217c4ef1bf06ad75bf6124b9af520195f212001 Mon Sep 17 00:00:00 2001
From: catch <catch@35733.no-reply.drupal.org>
Date: Thu, 29 Sep 2011 00:29:17 +0900
Subject: [PATCH] Issue #1291458 by arithmetric: Fixed Database::getConnection
 mentions short-lived fixed bug and shouldn't.

---
 includes/database/database.inc | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/includes/database/database.inc b/includes/database/database.inc
index c77bcffbfb03..f7021bb9ecde 100644
--- a/includes/database/database.inc
+++ b/includes/database/database.inc
@@ -1426,9 +1426,6 @@ final public static function getLog($logging_key, $key = 'default') {
   /**
    * 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
-- 
GitLab