fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [14364] booking: event: fix check on dates on add()


From: Sigurd Nes
Subject: [Fmsystem-commits] [14364] booking: event: fix check on dates on add()
Date: Mon, 16 Nov 2015 10:50:23 +0000

Revision: 14364
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=14364
Author:   sigurdne
Date:     2015-11-16 10:50:22 +0000 (Mon, 16 Nov 2015)
Log Message:
-----------
booking: event: fix check on dates on add()

Modified Paths:
--------------
    trunk/booking/inc/class.uievent.inc.php

Modified: trunk/booking/inc/class.uievent.inc.php
===================================================================
--- trunk/booking/inc/class.uievent.inc.php     2015-11-16 10:34:07 UTC (rev 
14363)
+++ trunk/booking/inc/class.uievent.inc.php     2015-11-16 10:50:22 UTC (rev 
14364)
@@ -368,7 +368,7 @@
                                        $_POST['contact_phone'] = 
$organization['contacts'][1]['phone'];
                                }
                        }
-                       if (!$_POST['application_id'])
+                       if 
(is_array($event['dates']))//(!$_POST['application_id'])
                        {
                                $temp_errors = array();
                                foreach( $event['dates'] as $checkdate)




reply via email to

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