Changeset 6374
- Timestamp:
- 12/07/07 19:53:02 (1 year ago)
- Files:
-
- branches/1.0/lib/helper/FormHelper.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/1.0/lib/helper/FormHelper.php
r6014 r6374 229 229 230 230 $option_tags = options_for_select($countries, $selected, $options); 231 unset($options['include_blank'], $options['include_custom']); 231 232 232 233 return select_tag($name, $option_tags, $options); … … 276 277 277 278 $option_tags = options_for_select($languages, $selected, $options); 279 unset($options['include_blank'], $options['include_custom']); 278 280 279 281 return select_tag($name, $option_tags, $options);