fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [14274]


From: Saul
Subject: [Fmsystem-commits] [14274]
Date: Tue, 03 Nov 2015 23:59:53 +0000

Revision: 14274
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=14274
Author:   psaul
Date:     2015-11-03 23:59:52 +0000 (Tue, 03 Nov 2015)
Log Message:
-----------


Modified Paths:
--------------
    branches/dev-syncromind/booking/inc/class.uiallocation.inc.php
    branches/dev-syncromind/booking/js/booking/application.js

Modified: branches/dev-syncromind/booking/inc/class.uiallocation.inc.php
===================================================================
--- branches/dev-syncromind/booking/inc/class.uiallocation.inc.php      
2015-11-03 09:19:02 UTC (rev 14273)
+++ branches/dev-syncromind/booking/inc/class.uiallocation.inc.php      
2015-11-03 23:59:52 UTC (rev 14274)
@@ -649,7 +649,7 @@
                                        'recurring' => $_POST['recurring'],
                                        'outseason' => $_POST['outseason'],
                                        'interval' => $_POST['field_interval'],
-                                       'repeat_until' => 
pretty_timestamp($active_tab),
+                                       'repeat_until' => 
pretty_timestamp($_POST['repeat_until']),
                                        'from_date' => 
pretty_timestamp($from_date),
                                        'to_date' => pretty_timestamp($to_date),
                                        'valid_dates' => $valid_dates,

Modified: branches/dev-syncromind/booking/js/booking/application.js
===================================================================
--- branches/dev-syncromind/booking/js/booking/application.js   2015-11-03 
09:19:02 UTC (rev 14273)
+++ branches/dev-syncromind/booking/js/booking/application.js   2015-11-03 
23:59:52 UTC (rev 14274)
@@ -229,7 +229,7 @@
 }
 
 function populateTableResources (url, container, colDefs) {
-    if (tableClass) {
+    if (typeof tableClass !== 'undefined') {
         createTable(container,url,colDefs,'results', tableClass);
     } else {
         createTable(container,url,colDefs,'results');
@@ -237,7 +237,7 @@
 }
 
 function populateTableRegulations (url, container, colDefs) {
-    if (tableClass) {
+    if (typeof tableClass !== 'undefined') {
         createTable(container,url,colDefs,'', tableClass);
     } else {
         createTable(container,url,colDefs);
@@ -246,7 +246,6 @@
 }
 
 
-
 /*
 YAHOO.booking.RegulationsTable = function() { 
        this.building_id = null;




reply via email to

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