- Timestamp:
- 03/19/09 10:40:34 (3 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/trax/vendor/trax/action_view/helpers/form_options_helper.php
r269 r308 226 226 $html_options) { 227 227 $html_options = $this->add_default_name_and_id($html_options); 228 $value =$this->value();228 $value = isset($options['selected']) ? $options['selected'] : $this->value(); 229 229 return $this->error_wrapping( 230 230 $this->content_tag(
