Revision: 2675
          https://sourceforge.net/p/mrbs/code/2675/
Author:   cimorrison
Date:     2013-02-02 08:13:07 +0000 (Sat, 02 Feb 2013)
Log Message:
-----------
Fixed undefined index bug causing other problems

Modified Paths:
--------------
    mrbs/branches/linked_bookings/web/functions.inc

Modified: mrbs/branches/linked_bookings/web/functions.inc
===================================================================
--- mrbs/branches/linked_bookings/web/functions.inc     2013-02-01 21:12:36 UTC 
(rev 2674)
+++ mrbs/branches/linked_bookings/web/functions.inc     2013-02-02 08:13:07 UTC 
(rev 2675)
@@ -642,7 +642,7 @@
 function generate_simple_input($params)
 {
   // some sanity checking on params
-  foreach (array('label', 'label_title', 'name', 'value', 'type', 'step', 
'disabled',
+  foreach (array('label', 'label_title', 'name', 'id', 'value', 'type', 
'step', 'disabled',
                  'create_hidden', 'mandatory', 'maxlength', 'attributes', 
'suffix') as $key)
   {
     if (!isset($params[$key]))
------------------------------------------------------------------------------
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_d2d_jan
_______________________________________________
Mrbs-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mrbs-commits

Reply via email to