Changeset 682 for trunk/Modules/Export/Page.php
- Timestamp:
- Jan 1, 2014, 11:28:39 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Modules/Export/Page.php
r646 r682 606 606 if($DbResult->num_rows > 0) 607 607 { 608 //TODO: don't count on dbc or exe 608 609 $this->System->Database->query('UPDATE `Export` SET `UsedCount` = `UsedCount` + 1 WHERE `Id`='.$Export['Id']); 609 610 $Output = ExportOutput($Export['Id'], $Export['OutputType']);
Note:
See TracChangeset
for help on using the changeset viewer.