Changeset 572 for trunk/Common
- Timestamp:
- Sep 27, 2013, 12:54:43 PM (12 years ago)
- Location:
- trunk/Common
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Common/Form/Types/Date.php
r571 r572 15 15 $Parts = getdate($Item['Value']); 16 16 17 $Output = $Parts['mday'].'. '.$Parts['mon'].''.$Parts['year'];17 $Output = $Parts['mday'].'.'.$Parts['mon'].'.'.$Parts['year']; 18 18 return($Output); 19 19 } -
trunk/Common/Version.php
r570 r572 1 1 <?php 2 2 3 $Revision = 57 0; // Subversion revision4 $DatabaseRevision = 5 65; // SQL structure revision3 $Revision = 571; // Subversion revision 4 $DatabaseRevision = 571; // SQL structure revision 5 5 $ReleaseTime = '2013-09-26';
Note:
See TracChangeset
for help on using the changeset viewer.