Changeset 793


Ignore:
Timestamp:
Feb 11, 2014, 9:08:19 PM (10 years ago)
Author:
maron
Message:
Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Modules/Translation/Progress.php

    r789 r793  
    7171if(array_key_exists('Version', $_GET)) $_SESSION['StatVersion'] = $_GET['Version'];
    7272if(!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 != ''))
    7575        {
    7676    $_SESSION['StatVersion'] = $this->System->User->PreferredVersionGame;
  • trunk/includes/Version.php

    r792 r793  
    66// and system will need database update.
    77
    8 $Revision = 792; // Subversion revision
     8$Revision = 793; // Subversion revision
    99$DatabaseRevision = 787; // Database structure revision
    1010$ReleaseTime = '2014-02-09';
Note: See TracChangeset for help on using the changeset viewer.