fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [14226]


From: Saul
Subject: [Fmsystem-commits] [14226]
Date: Wed, 21 Oct 2015 16:15:15 +0000

Revision: 14226
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=14226
Author:   psaul
Date:     2015-10-21 16:15:14 +0000 (Wed, 21 Oct 2015)
Log Message:
-----------


Modified Paths:
--------------
    branches/dev-syncromind/booking/inc/class.uiapplication.inc.php

Modified: branches/dev-syncromind/booking/inc/class.uiapplication.inc.php
===================================================================
--- branches/dev-syncromind/booking/inc/class.uiapplication.inc.php     
2015-10-21 00:20:35 UTC (rev 14225)
+++ branches/dev-syncromind/booking/inc/class.uiapplication.inc.php     
2015-10-21 16:15:14 UTC (rev 14226)
@@ -733,10 +733,6 @@
                         
                        if(phpgw::get_var('from_', 'GET'))
                        {
-                            foreach (phpgw::get_var('from_', 'GET') as $k => 
$v) {
-                                $_GET['from_'][$k] = 
pretty_timestamp($_GET['from_'][$k]);
-                                $_GET['to_'][$k] = date($this->dateFormat." 
H:i", strtotime($_GET['to_'][$k]));
-                            }
                                $default_dates = array_map(array(self, 
'_combine_dates'), phpgw::get_var('from_', '', 'GET'), phpgw::get_var('to_', 
'', 'GET'));
                        }
                        else




reply via email to

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