Ignore:
Timestamp:
Jan 1, 2014, 11:28:39 PM (11 years ago)
Author:
maron
Message:
  • fixed: import
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Modules/Export/Page.php

    r646 r682  
    606606                                if($DbResult->num_rows > 0)
    607607                                {
     608                                  //TODO: don't count on dbc or exe
    608609                                        $this->System->Database->query('UPDATE `Export` SET `UsedCount` = `UsedCount` + 1 WHERE `Id`='.$Export['Id']);
    609610                                        $Output = ExportOutput($Export['Id'], $Export['OutputType']);
Note: See TracChangeset for help on using the changeset viewer.