Changeset 377 for trunk/export


Ignore:
Timestamp:
Mar 11, 2010, 8:58:58 AM (15 years ago)
Author:
george
Message:
  • Opraveno: Nenačítat uživatele pokud nejsou aktivní session.
Location:
trunk/export
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/export/export.php

    r376 r377  
    2323  { 
    2424    $DbResult = $this->Database->query('SELECT * FROM `Export` WHERE `Id`='.$this->Id);
     25    if($DbResult->num_rows == 0) die('Export '.$this->Id.' neexistuje');
    2526    $this->Export = $DbResult->fetch_assoc();
    2627
  • trunk/export/process_aowow_export.php

    r366 r377  
    88
    99LoadCommandLineParameters();
    10 
    11 
    1210
    1311if(!array_key_exists('AoWoWExportId', $Config)) die('You have to specify ExportId in your config file.');
Note: See TracChangeset for help on using the changeset viewer.