Changeset 802 for trunk/Modules/Export/Page.php
- Timestamp:
- Apr 4, 2014, 1:47:59 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Modules/Export/Page.php
r792 r802 788 788 $DbRow['TimeCreate'] = 'NOW()'; 789 789 $DbRow['Title'] .= ' - '.T('clone'); 790 $DbRow['Featured'] = 0; 790 791 $this->System->Database->insert('Export', $DbRow); 791 792 $ExportId = $this->System->Database->insert_id;
Note:
See TracChangeset
for help on using the changeset viewer.