Ticket #6231: check_box_php.patch
| File check_box_php.patch, 363 bytes (added by natmchugh, 2 years ago) |
|---|
-
sapphire/forms/CheckboxField.php
13 13 } 14 14 15 15 function dataValue() { 16 return ($this->value) ? 1 : 0;16 return ($this->value) ? 1 : NULL; 17 17 } 18 18 19 19 function Value() {
