Changeset 793 for trunk/Modules/Translation/Progress.php
- Timestamp:
- Feb 11, 2014, 9:08:19 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Modules/Translation/Progress.php
r789 r793 71 71 if(array_key_exists('Version', $_GET)) $_SESSION['StatVersion'] = $_GET['Version']; 72 72 if(!array_key_exists('StatVersion', $_SESSION)) 73 { 74 if($this->System->User->Licence(LICENCE_USER) )73 { 74 if($this->System->User->Licence(LICENCE_USER) and ($this->System->User->PreferredVersionGame != '')) 75 75 { 76 76 $_SESSION['StatVersion'] = $this->System->User->PreferredVersionGame;
Note:
See TracChangeset
for help on using the changeset viewer.