Changeset 2221 for trunk/system/helpers/form.php
- Timestamp:
- 03/05/2008 02:22:30 AM (10 months ago)
- Files:
-
- 1 modified
-
trunk/system/helpers/form.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/system/helpers/form.php
r2025 r2221 402 402 } 403 403 404 if (isset($data['value']) )404 if (isset($data['value']) AND empty($value)) 405 405 { 406 406 $value = arr::remove('value', $data);
