Ignore:
Timestamp:
Mar 17, 2010, 7:51:19 PM (14 years ago)
Author:
maron
Message:
  • Upraveno: WoWMe přesunuto do podsložky. * Přidáno: Patchované WoWcsCZ. * Opraveno: Při nenalezení exportu vyvolej vyjímku namíso ukončení pomocí die.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/export/export.php

    r391 r395  
    2323  { 
    2424    $DbResult = $this->Database->query('SELECT * FROM `Export` WHERE `Id`='.$this->Id);
    25     if($DbResult->num_rows == 0) die('Export '.$this->Id.' neexistuje');
     25    if($DbResult->num_rows == 0) throw new Exception('Export '.$this->Id.' neexistuje');
    2626    $this->Export = $DbResult->fetch_assoc();
    2727   
Note: See TracChangeset for help on using the changeset viewer.