[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Fmsystem-commits] [13835] booking: remove rejected dates from email
From: |
Sigurd Nes |
Subject: |
[Fmsystem-commits] [13835] booking: remove rejected dates from email |
Date: |
Wed, 02 Sep 2015 10:25:43 +0000 |
Revision: 13835
http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=13835
Author: sigurdne
Date: 2015-09-02 10:25:43 +0000 (Wed, 02 Sep 2015)
Log Message:
-----------
booking: remove rejected dates from email
Modified Paths:
--------------
trunk/booking/inc/class.boapplication.inc.php
Modified: trunk/booking/inc/class.boapplication.inc.php
===================================================================
--- trunk/booking/inc/class.boapplication.inc.php 2015-09-02 10:25:08 UTC
(rev 13834)
+++ trunk/booking/inc/class.boapplication.inc.php 2015-09-02 10:25:43 UTC
(rev 13835)
@@ -56,7 +56,9 @@
$adates = implode("\n",$_adates);
- $rejected =
$this->so->get_rejected($application['id']);
+ //FIXME Sigurd 2. sept 2015: Something wrong
with this one;
+// $rejected =
$this->so->get_rejected($application['id']);
+ $rejected = array();
$rdates = "";
foreach ($rejected as $key => $date)
{
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Fmsystem-commits] [13835] booking: remove rejected dates from email,
Sigurd Nes <=