Changeset 452 for trunk/form_classes.php
- Timestamp:
- Oct 28, 2012, 10:20:32 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/form_classes.php
r451 r452 76 76 'TimeCreate' => array('Type' => 'Date', 'Caption' => 'Datum zadání', 'Default' => ''), 77 77 'TimeDue' => array('Type' => 'Date', 'Caption' => 'Termín', 'Default' => ''), 78 'TimeClose' => array('Type' => 'Date', 'Caption' => 'Datum uzavření', 'Default' => '' ),78 'TimeClose' => array('Type' => 'Date', 'Caption' => 'Datum uzavření', 'Default' => '', 'Null' => true), 79 79 'Priority' => array('Type' => 'TPriority', 'Caption' => 'Důležitost', 'Default' => '0'), 80 80 'Conclusion' => array('Type' => 'Text', 'Caption' => 'Vyhodnocení', 'Default' => ''),
Note:
See TracChangeset
for help on using the changeset viewer.