Changeset 719
- Timestamp:
- Jan 5, 2014, 7:09:42 PM (11 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Modules/Download/Download.php
r717 r719 87 87 $Output .= '<br /><br />'; 88 88 89 if (isset($this->System->Config['Web']['RecommendedExport'])) {90 89 $Output .= '<table class="BaseTable">'; 91 90 $Output .= '<tr><th>Stáhnout</th><th>Název</th><th>Datum vytvoření</th><th>Popis</th></tr>'; … … 116 115 } 117 116 $Output .= '</table>'; 118 119 } 117 120 118 121 119 return($Output); -
trunk/includes/Version.php
r718 r719 6 6 // and system will need database update. 7 7 8 $Revision = 71 8; // Subversion revision8 $Revision = 719; // Subversion revision 9 9 $DatabaseRevision = 716; // Database structure revision 10 10 $ReleaseTime = '2014-01-05';
Note:
See TracChangeset
for help on using the changeset viewer.