Changeset 786
- Timestamp:
- Feb 5, 2014, 11:45:18 PM (11 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Modules/Translation/TranslationList.php
r775 r786 83 83 // Version 84 84 $Filter['Version'] = GetParameter('version', 0, true, true); 85 if (($Filter['Version'] == 0) and ($this->System->User->Licence(LICENCE_USER))) $Filter['Version'] = $this->System->User->PreferredVersion; 85 86 if($Filter['Version'] != 0) 86 87 { -
trunk/includes/Version.php
r785 r786 6 6 // and system will need database update. 7 7 8 $Revision = 78 5; // Subversion revision8 $Revision = 786; // Subversion revision 9 9 $DatabaseRevision = 748; // Database structure revision 10 10 $ReleaseTime = '2014-02-05';
Note:
See TracChangeset
for help on using the changeset viewer.