fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [15046] Syncromind: Merge 14936:15027 from trunk


From: sigurdne
Subject: [Fmsystem-commits] [15046] Syncromind: Merge 14936:15027 from trunk
Date: Fri, 13 May 2016 12:05:03 +0000 (UTC)

Revision: 15046
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=15046
Author:   sigurdne
Date:     2016-05-13 12:05:03 +0000 (Fri, 13 May 2016)
Log Message:
-----------
Syncromind: Merge 14936:15027 from trunk

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

Modified: branches/dev-syncromind-2/booking/inc/class.uievent.inc.php
===================================================================
--- branches/dev-syncromind-2/booking/inc/class.uievent.inc.php 2016-05-13 
12:05:00 UTC (rev 15045)
+++ branches/dev-syncromind-2/booking/inc/class.uievent.inc.php 2016-05-13 
12:05:03 UTC (rev 15046)
@@ -359,11 +359,11 @@
 
                                foreach ($_POST['from_'] as &$from)
                                {
-                                       $from = date("Y-m-d H:i:s", 
phpgwapi_datetime::date_to_timestamp($from));
+//                                     $from = date("Y-m-d H:i:s", 
phpgwapi_datetime::date_to_timestamp($from));
                                }
                                foreach ($_POST['to_'] as &$to)
                                {
-                                       $to = date("Y-m-d H:i:s", 
phpgwapi_datetime::date_to_timestamp($to));
+//                                     $to = date("Y-m-d H:i:s", 
phpgwapi_datetime::date_to_timestamp($to));
                                }
 
                                $event['dates'] = array_map(array(self, 
'_combine_dates'), $_POST['from_'], $_POST['to_']);




reply via email to

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