Changeset 721


Ignore:
Timestamp:
Jan 7, 2014, 12:09:49 PM (11 years ago)
Author:
maron
Message:
  • Modify: Check for export all users only at building query
Location:
trunk
Files:
2 edited

Legend:

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

    r698 r721  
    2222    $this->SourceDirRelative = $this->Config['Web']['SourceFolder'];
    2323    if(!file_exists($this->SourceDir)) mkdir($this->SourceDir, 0777, true);
    24     $this->SaveAllUsers();
    2524  }
    2625 
     
    7574  {
    7675    global $TranslationTree;
     76    $this->SaveAllUsers();
    7777   
    7878    if ($Version <> '')
  • trunk/includes/Version.php

    r720 r721  
    66// and system will need database update.
    77
    8 $Revision = 720; // Subversion revision
     8$Revision = 721; // Subversion revision
    99$DatabaseRevision = 716; // Database structure revision
    10 $ReleaseTime = '2014-01-05';
     10$ReleaseTime = '2014-01-07';
Note: See TracChangeset for help on using the changeset viewer.