fmsystem-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Fmsystem-commits] [10505] api: db_pdo - revert fetch


From: Sigurd Nes
Subject: [Fmsystem-commits] [10505] api: db_pdo - revert fetch
Date: Tue, 13 Nov 2012 11:20:55 +0000

Revision: 10505
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=10505
Author:   sigurdne
Date:     2012-11-13 11:20:55 +0000 (Tue, 13 Nov 2012)
Log Message:
-----------
api: db_pdo - revert fetch

Modified Paths:
--------------
    trunk/phpgwapi/inc/class.db_pdo.inc.php

Modified: trunk/phpgwapi/inc/class.db_pdo.inc.php
===================================================================
--- trunk/phpgwapi/inc/class.db_pdo.inc.php     2012-11-13 10:28:37 UTC (rev 
10504)
+++ trunk/phpgwapi/inc/class.db_pdo.inc.php     2012-11-13 11:20:55 UTC (rev 
10505)
@@ -352,8 +352,11 @@
                {
 //_Debug_Array($sql);
                        $this->_get_fetchmode();
-                       $fetch_single = $_fetch_single ? $_fetch_single : 
$this->fetch_single;
 
+                       //FIXME
+                       $fetch_single = $_fetch_single;
+                       $this->fetch_single = $_fetch_single;
+
                        if ( !$this->db )
                        {
                                $this->connect();




reply via email to

[Prev in Thread] Current Thread [Next in Thread]