Show
Ignore:
Timestamp:
10/04/08 15:48:43 (2 months ago)
Author:
aarkerio
Message:

Fix select

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/app/views/questions/admin_edit.ctp

    r666 r793  
    2121  
    2222 $t  = $form->label('Question.worth', __('Points', true)); 
    23  $t .= $form->select('Question.worth', array(1=>1,2=>2,3=>3,4=>4,5=>5,6=>6,7=>7,8=>8,9=>9,10=>10), null, null, false, false); 
     23 $t .= $form->select('Question.worth', array(1=>1,2=>2,3=>3,4=>4,5=>5,6=>6,7=>7,8=>8,9=>9,10=>10), null, array(), false); 
    2424 echo $html->div('required',$t); 
    2525