Update of /cvsroot/stack/stack-dev/lib/ui/inputTypes
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv22401/lib/ui/inputTypes
Modified Files:
Tag: item_state_separation
InputTypeController.php
Log Message:
Ongoing debugging
Index: InputTypeController.php
===================================================================
RCS file: /cvsroot/stack/stack-dev/lib/ui/inputTypes/InputTypeController.php,v
retrieving revision 1.12.8.2
retrieving revision 1.12.8.3
diff -C2 -d -r1.12.8.2 -r1.12.8.3
*** InputTypeController.php 16 Nov 2010 19:04:31 -0000 1.12.8.2
--- InputTypeController.php 1 Dec 2010 18:21:32 -0000 1.12.8.3
***************
*** 173,177 ****
//display a drop down list
$widget = '<select name="'.$prefix.'">';
! foreach(InputTypeController::availableTypes as $key => $val)
{
//if indexed array of values, use val for both display and return
--- 173,177 ----
//display a drop down list
$widget = '<select name="'.$prefix.'">';
! foreach(InputTypeController::$availableTypes as $key => $val)
{
//if indexed array of values, use val for both display and return
|