Changeset 2704
- Timestamp:
- 05/28/2008 04:54:22 PM (6 months ago)
- Files:
-
- 1 modified
-
trunk/modules/forge/libraries/Form_Checkbox.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/modules/forge/libraries/Form_Checkbox.php
r2038 r2704 27 27 { 28 28 // Return the value if the checkbox is checked 29 return $this->data['checked'] ? $this->data['value'] : FALSE;29 return $this->data['checked'] ? $this->data['value'] : NULL; 30 30 } 31 31
