Ignore:
Timestamp:
Feb 5, 2009, 10:39:11 AM (15 years ago)
Author:
george
Message:
  • Přidáno: Import textů z dbc souborů. Přidány překladové skupiny gametips a spell.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/TranslationList.php

    r58 r64  
    5151    Zobrazit stránku: ');
    5252
     53  $limitx = 0;
    5354  for($i = 0; $i < $CountLists; ++$i)
    5455  {
     
    6061  }
    6162       
    62   if(@$_SESSION['limitx'] > $limitx) $_SESSION['limitx'] = 0;       
     63  if(!array_key_exists('limitx', $_SESSION)) $_SESSION['limitx'] = 0;
     64  if($_SESSION['limitx'] > $limitx) $_SESSION['limitx'] = 0; 
    6365}
    6466
Note: See TracChangeset for help on using the changeset viewer.