fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [17644]


From: nelson . guerra
Subject: [Fmsystem-commits] [17644]
Date: Fri, 19 Jan 2018 22:44:42 -0500 (EST)

Revision: 17644
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=17644
Author:   nelson224
Date:     2018-01-19 22:44:42 -0500 (Fri, 19 Jan 2018)
Log Message:
-----------


Modified Paths:
--------------
    branches/dev-syncromind/calendar/preferences.php

Modified: branches/dev-syncromind/calendar/preferences.php
===================================================================
--- branches/dev-syncromind/calendar/preferences.php    2018-01-20 03:44:26 UTC 
(rev 17643)
+++ branches/dev-syncromind/calendar/preferences.php    2018-01-20 03:44:42 UTC 
(rev 17644)
@@ -198,7 +198,8 @@
        );
        
        $str = '<select name="interval">';
-       while(list($key,$value) = each($var))
+       //while(list($key,$value) = each($var))
+        foreach($var as $key => $value)
        {
                $str .= '<option 
value="'.$key.'"'.$selected[$key].'>'.$value.'</option>';
        }




reply via email to

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