fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [17518]


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

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


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

Modified: branches/dev-syncromind/property/inc/class.borequest.inc.php
===================================================================
--- branches/dev-syncromind/property/inc/class.borequest.inc.php        
2018-01-10 00:03:21 UTC (rev 17517)
+++ branches/dev-syncromind/property/inc/class.borequest.inc.php        
2018-01-10 00:03:43 UTC (rev 17518)
@@ -665,7 +665,8 @@
                {
                        $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']);
@@ -765,7 +766,8 @@
 
                function save( $request, $action = '', $values_attribute = 
array() )
                {
-                       while (is_array($request['location']) && list(, $value) 
= each($request['location']))
+                       //while (is_array($request['location']) && list(, 
$value) = each($request['location']))
+                        foreach($request['location'] as $value)
                        {
                                if ($value)
                                {




reply via email to

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