Changeset 791 for trunk/Modules/Translation/TranslationList.php
- Timestamp:
- Feb 11, 2014, 12:45:27 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Modules/Translation/TranslationList.php
r786 r791 81 81 $Output .= '</select></td>'; 82 82 83 // Version 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; 83 if ($this->System->User->Licence(LICENCE_USER)) 84 $Filter['Version'] = GetParameter('version', $this->System->User->PreferredVersion, true, true); 85 else 86 $Filter['Version'] = GetParameter('version', 0, true, true); 86 87 if($Filter['Version'] != 0) 87 88 {
Note:
See TracChangeset
for help on using the changeset viewer.