fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [15665] booking: more on scheduler


From: sigurdne
Subject: [Fmsystem-commits] [15665] booking: more on scheduler
Date: Wed, 14 Sep 2016 12:43:47 +0000 (UTC)

Revision: 15665
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=15665
Author:   sigurdne
Date:     2016-09-14 12:43:47 +0000 (Wed, 14 Sep 2016)
Log Message:
-----------
booking: more on scheduler

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

Modified: trunk/booking/inc/class.bobooking.inc.php
===================================================================
--- trunk/booking/inc/class.bobooking.inc.php   2016-09-14 01:56:07 UTC (rev 
15664)
+++ trunk/booking/inc/class.bobooking.inc.php   2016-09-14 12:43:47 UTC (rev 
15665)
@@ -952,6 +952,13 @@
                                                        $new_allocations[] = $a;
                                                }
                                        }
+                                       if(!$all_bookings)
+                                       {
+                                               $a = $allocation;
+                                               $a['from_'] = $from_;
+                                               $a['to_'] = $to_;
+                                               $new_allocations[] = $a;
+                                       }
                                        array_shift($times);
                                }
                        }




reply via email to

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