Changeset 197 for trunk/trax/vendor/trax/action_view
- Timestamp:
- 04/18/06 11:43:51 (6 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/trax/vendor/trax/action_view/helpers/form_helper.php
r196 r197 193 193 return $this->error_wrapping( 194 194 $this->tag("input", $options), 195 array_key_exists($this->attribute_name,195 @array_key_exists($this->attribute_name, 196 196 $this->object()->errors) 197 197 ? true : false);
