Changeset 311 for trunk/trax/vendor/trax/action_view/helpers.php
- Timestamp:
- 04/25/09 09:50:22 (3 years ago)
- Files:
-
- 1 modified
-
trunk/trax/vendor/trax/action_view/helpers.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/trax/vendor/trax/action_view/helpers.php
r308 r311 147 147 } 148 148 } 149 return $value;149 return stripslashes($value); 150 150 } 151 151
