Changeset 802


Ignore:
Timestamp:
Apr 4, 2014, 1:47:59 PM (10 years ago)
Author:
maron
Message:
  • fixed: not featured Export after clone
Location:
trunk
Files:
2 edited

Legend:

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

    r792 r802  
    788788                                    $DbRow['TimeCreate'] = 'NOW()';
    789789                                    $DbRow['Title'] .= ' - '.T('clone');
     790            $DbRow['Featured'] = 0;
    790791                                          $this->System->Database->insert('Export', $DbRow);
    791792                                    $ExportId = $this->System->Database->insert_id;                                     
  • trunk/includes/Version.php

    r801 r802  
    66// and system will need database update.
    77
    8 $Revision = 801; // Subversion revision
     8$Revision = 802; // Subversion revision
    99$DatabaseRevision = 787; // Database structure revision
    10 $ReleaseTime = '2014-03-31';
     10$ReleaseTime = '2014-04-04';
Note: See TracChangeset for help on using the changeset viewer.