fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [14711] fix rare case of truncate resultset


From: Sigurd Nes
Subject: [Fmsystem-commits] [14711] fix rare case of truncate resultset
Date: Tue, 09 Feb 2016 12:47:29 +0000

Revision: 14711
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=14711
Author:   sigurdne
Date:     2016-02-09 12:47:24 +0000 (Tue, 09 Feb 2016)
Log Message:
-----------
fix rare case of truncate resultset

Modified Paths:
--------------
    branches/dev-syncromind/phpgwapi/inc/class.db_pdo.inc.php

Modified: branches/dev-syncromind/phpgwapi/inc/class.db_pdo.inc.php
===================================================================
--- branches/dev-syncromind/phpgwapi/inc/class.db_pdo.inc.php   2016-02-09 
10:20:12 UTC (rev 14710)
+++ branches/dev-syncromind/phpgwapi/inc/class.db_pdo.inc.php   2016-02-09 
12:47:24 UTC (rev 14711)
@@ -521,7 +521,7 @@
                                {
                                        $this->resultSet = 
$this->statement_object->fetch($this->pdo_fetchmode);
                                }
-                               $this->Record = &$this->resultSet;
+                               $this->Record = $this->resultSet;
                                return !!$this->Record;
                        }
                        if($this->resultSet && current($this->resultSet))




reply via email to

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