Changeset 1374
- Timestamp:
- 01/08/12 13:41:46 (18 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
framework/branches/2.0/includes/qcubed/_core/base_controls/QDatepickerBoxBase.class.php
r1364 r1374 107 107 try { 108 108 $this->dttDateTime = QType::Cast($mixValue, QType::DateTime); 109 if ($this->dttDateTime ->IsNull()) {109 if ($this->dttDateTime && $this->dttDateTime->IsNull()) { 110 110 $this->dttDateTime = null; 111 111 }
