Changeset 627 for trunk/Application
- Timestamp:
- Jan 2, 2014, 12:42:49 PM (11 years ago)
- Location:
- trunk/Application
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Application/FormClasses.php
r620 r627 76 76 'DateStart' => array('Type' => 'Date', 'Caption' => 'První den', 'Default' => ''), 77 77 'DateEnd' => array('Type' => 'Date', 'Caption' => 'Poslední den', 'Default' => ''), 78 'Closed' => array('Type' => 'Boolean', 'Caption' => 'Uzavřen', 'Default' => 0), 78 79 'Sequence' => array('Type' => 'TDocumentLineSequenceListYear', 'Caption' => 'Čísleníky', 'Default' => ''), 79 80 ), -
trunk/Application/Version.php
r623 r627 1 1 <?php 2 2 3 $Revision = 62 3; // Subversion revision4 $DatabaseRevision = 62 0; // SQL structure revision5 $ReleaseTime = '2013-12-29';3 $Revision = 627; // Subversion revision 4 $DatabaseRevision = 627; // SQL structure revision 5 $ReleaseTime = mktime(0, 0, 0, 1, 2, 2014);
Note:
See TracChangeset
for help on using the changeset viewer.