[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Fmsystem-commits] [17517]
From: |
nelson . guerra |
Subject: |
[Fmsystem-commits] [17517] |
Date: |
Tue, 9 Jan 2018 19:03:21 -0500 (EST) |
Revision: 17517
http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=17517
Author: nelson224
Date: 2018-01-09 19:03:21 -0500 (Tue, 09 Jan 2018)
Log Message:
-----------
Modified Paths:
--------------
branches/dev-syncromind/property/inc/class.bos_agreement.inc.php
Modified: branches/dev-syncromind/property/inc/class.bos_agreement.inc.php
===================================================================
--- branches/dev-syncromind/property/inc/class.bos_agreement.inc.php
2018-01-09 16:50:13 UTC (rev 17516)
+++ branches/dev-syncromind/property/inc/class.bos_agreement.inc.php
2018-01-10 00:03:21 UTC (rev 17517)
@@ -350,7 +350,8 @@
function save_item( $values, $values_attribute = '' )
{
- while (is_array($values['location']) && list(, $value)
= each($values['location']))
+ //while (is_array($values['location']) && list(,
$value) = each($values['location']))
+ foreach($values['location'] as $value)
{
if ($value)
{
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Fmsystem-commits] [17517],
nelson . guerra <=