fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [17522]


From: nelson . guerra
Subject: [Fmsystem-commits] [17522]
Date: Tue, 9 Jan 2018 19:17:43 -0500 (EST)

Revision: 17522
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=17522
Author:   nelson224
Date:     2018-01-09 19:17:43 -0500 (Tue, 09 Jan 2018)
Log Message:
-----------


Modified Paths:
--------------
    branches/dev-syncromind/property/inc/class.bodocument.inc.php

Modified: branches/dev-syncromind/property/inc/class.bodocument.inc.php
===================================================================
--- branches/dev-syncromind/property/inc/class.bodocument.inc.php       
2018-01-10 00:06:03 UTC (rev 17521)
+++ branches/dev-syncromind/property/inc/class.bodocument.inc.php       
2018-01-10 00:17:43 UTC (rev 17522)
@@ -338,9 +338,9 @@
                {
                        $history_array = 
$this->historylog->return_array(array('O'), array(), '', '', $id);
                        $i = 0;
-                       while (is_array($history_array) && list(, $value) = 
each($history_array))
+                       //while (is_array($history_array) && list(, $value) = 
each($history_array))
+                        foreach($history_array as $value)
                        {
-
                                $record_history[$i]['value_date'] = 
$GLOBALS['phpgw']->common->show_date($value['datetime']);
                                $record_history[$i]['value_user'] = 
$value['owner'];
 




reply via email to

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