Changeset 383 for trunk/import/index.php


Ignore:
Timestamp:
Mar 14, 2010, 10:27:02 AM (15 years ago)
Author:
george
Message:
  • Přidáno: Zobrazení verze importu.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/import/index.php

    r382 r383  
    5252function ShowMenu()
    5353{
    54   global $TranslationTree, $Database;
     54  global $TranslationTree, $Database, $Config;
    5555 
    5656  echo('</div><div><strong>Import zdrojů:</strong></div>');
    57 $DbResult = $Database->SQLCommand('SELECT COUNT(*) FROM `Group`');
     57 
     58  echo('<div><a href="?action=instructions">Instrukce pro přípravu zdrojových souborů</a></div><br/>');
     59  echo('Verze klienta použitá pro import: <strong>'.$Config['Web']['GameVersion'].'</strong>');
     60  $DbResult = $Database->SQLCommand('SELECT COUNT(*) FROM `Group`');
    5861  $DbRow = mysql_fetch_row($DbResult);
    5962  $PageList = GetPageList($DbRow[0]); 
Note: See TracChangeset for help on using the changeset viewer.