fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [15278] booking: date handling


From: sigurdne
Subject: [Fmsystem-commits] [15278] booking: date handling
Date: Mon, 13 Jun 2016 12:19:21 +0000 (UTC)

Revision: 15278
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=15278
Author:   sigurdne
Date:     2016-06-13 12:19:21 +0000 (Mon, 13 Jun 2016)
Log Message:
-----------
booking: date handling

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

Modified: trunk/booking/inc/class.uibooking.inc.php
===================================================================
--- trunk/booking/inc/class.uibooking.inc.php   2016-06-13 11:34:27 UTC (rev 
15277)
+++ trunk/booking/inc/class.uibooking.inc.php   2016-06-13 12:19:21 UTC (rev 
15278)
@@ -378,7 +378,7 @@
                        }
                        $invalid_dates = array();
                        $valid_dates = array();
-                       if (isset($allocation_id))
+                       if ($allocation_id)
                        {
                                $allocation = 
$this->allocation_bo->read_single($allocation_id);
                                $season = 
$this->season_bo->read_single($allocation['season_id']);




reply via email to

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