[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Fmsystem-commits] [17637]
From: |
nelson . guerra |
Subject: |
[Fmsystem-commits] [17637] |
Date: |
Thu, 18 Jan 2018 18:52:46 -0500 (EST) |
Revision: 17637
http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=17637
Author: nelson224
Date: 2018-01-18 18:52:45 -0500 (Thu, 18 Jan 2018)
Log Message:
-----------
Modified Paths:
--------------
branches/dev-syncromind/admin/inc/class.boconfig.inc.php
Modified: branches/dev-syncromind/admin/inc/class.boconfig.inc.php
===================================================================
--- branches/dev-syncromind/admin/inc/class.boconfig.inc.php 2018-01-18
23:52:24 UTC (rev 17636)
+++ branches/dev-syncromind/admin/inc/class.boconfig.inc.php 2018-01-18
23:52:45 UTC (rev 17637)
@@ -94,10 +94,14 @@
$conf->read();
reset($newsettings);
- while(list($key,$val) = each($newsettings))
- {
+ //while(list($key,$val) = each($newsettings))
+ if (is_array($newsettings))
+ {
+ foreach($newsettings as $key => $val)
+ {
$conf->value($key, $val);
- }
+ }
+ }
$conf->save_repository();
return True;
}
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Fmsystem-commits] [17637],
nelson . guerra <=