Ignore:
Timestamp:
Mar 11, 2010, 8:58:58 AM (14 years ago)
Author:
george
Message:
  • Opraveno: Nenačítat uživatele pokud nejsou aktivní session.
File:
1 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
Note: See TracChangeset for help on using the changeset viewer.