Changeset 377 for trunk/export/export.php
- Timestamp:
- Mar 11, 2010, 8:58:58 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/export/export.php
r376 r377 23 23 { 24 24 $DbResult = $this->Database->query('SELECT * FROM `Export` WHERE `Id`='.$this->Id); 25 if($DbResult->num_rows == 0) die('Export '.$this->Id.' neexistuje'); 25 26 $this->Export = $DbResult->fetch_assoc(); 26 27
Note:
See TracChangeset
for help on using the changeset viewer.