[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Fmsystem-commits] [17526]
From: |
nelson . guerra |
Subject: |
[Fmsystem-commits] [17526] |
Date: |
Wed, 10 Jan 2018 19:34:58 -0500 (EST) |
Revision: 17526
http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=17526
Author: nelson224
Date: 2018-01-10 19:34:58 -0500 (Wed, 10 Jan 2018)
Log Message:
-----------
Modified Paths:
--------------
branches/dev-syncromind/property/inc/class.uiifc.inc.php
Modified: branches/dev-syncromind/property/inc/class.uiifc.inc.php
===================================================================
--- branches/dev-syncromind/property/inc/class.uiifc.inc.php 2018-01-10
14:39:22 UTC (rev 17525)
+++ branches/dev-syncromind/property/inc/class.uiifc.inc.php 2018-01-11
00:34:58 UTC (rev 17526)
@@ -412,7 +412,8 @@
if (isset($insert_record['extra']) &&
is_array($insert_record['extra']))
{
- while
(is_array($insert_record['extra']) && list($key, $column) =
each($insert_record['extra']))
+ //while
(is_array($insert_record['extra']) && list($key, $column) =
each($insert_record['extra']))
+ foreach($insert_record['extra'] as
$key => $column)
{
if (isset($_POST[$key]) &&
$_POST[$key])
{
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Fmsystem-commits] [17526],
nelson . guerra <=