Changeset 2241 for trunk/modules/forge/libraries/Form_Input.php
- Timestamp:
- 03/08/2008 10:52:42 AM (10 months ago)
- Files:
-
- 1 modified
-
trunk/modules/forge/libraries/Form_Input.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/modules/forge/libraries/Form_Input.php
r2022 r2241 523 523 protected function rule_required() 524 524 { 525 if ($this->value == FALSE)525 if ($this->value === '' OR $this->value === NULL) 526 526 { 527 527 $this->errors['required'] = TRUE;
