centurion-project / Centurion

Centurion is an open-source CMS delivered as a flexible PHP5 Content Management Framework
http://www.centurion-project.org
197 stars 51 forks source link

Don't set the date for an empty field-datetimepicker #93

Closed Ikke closed 3 years ago

Ikke commented 12 years ago

In Centurion_Form_Model_Abstract::_processValues, for a field-datetimepicker or field-datepicker element, even when the field is empty, it gets passed to Zend_Date, causing the current date to be used, instead of it staying empty.

This prevents empty dates from being set.