Revision: 2545
          https://sourceforge.net/p/mrbs/code/2545/
Author:   cimorrison
Date:     2012-10-30 21:04:19 +0000 (Tue, 30 Oct 2012)
Log Message:
-----------
Fixed bug preventing bookings being edited

Modified Paths:
--------------
    mrbs/trunk/web/edit_entry.php

Modified: mrbs/trunk/web/edit_entry.php
===================================================================
--- mrbs/trunk/web/edit_entry.php       2012-10-30 16:37:32 UTC (rev 2544)
+++ mrbs/trunk/web/edit_entry.php       2012-10-30 21:04:19 UTC (rev 2545)
@@ -164,14 +164,14 @@
   
   // If $display_none or $disabled are set then we'll also disable the select 
so
   // that there is only one select passing through the variable to the handler
-  $params = array('name'         => $prefix . 'seconds',
-                  'id'           => $prefix . 'seconds' . $area['id'],
-                  'disabled'     => $disabled || $display_none,
-                  'create_hiden' => $disabled && !$display_none,
-                  'attributes'   => $attributes,
-                  'value'        => $current_s,
-                  'options'      => $options,
-                  'force_assoc'  => TRUE);
+  $params = array('name'          => $prefix . 'seconds',
+                  'id'            => $prefix . 'seconds' . $area['id'],
+                  'disabled'      => $disabled || $display_none,
+                  'create_hidden' => $disabled && !$display_none,
+                  'attributes'    => $attributes,
+                  'value'         => $current_s,
+                  'options'       => $options,
+                  'force_assoc'   => TRUE);
 
   generate_select($params);
 }
------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_sfd2d_oct
_______________________________________________
Mrbs-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mrbs-commits

Reply via email to