Changeset 677
- Timestamp:
- Dec 29, 2013, 10:08:26 PM (11 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Modules/Export/Export.php
r676 r677 383 383 global $TranslationTree; 384 384 385 //$this->LoadFilters();385 $this->LoadFilters(); 386 386 387 387 $Output = ''; … … 390 390 while($Group = $DbResult->fetch_assoc()) 391 391 { 392 $this->AddProgress();392 // $this->AddProgress(); 393 393 $Output .= $Group['Name'].'... '; 394 394 $File = new FileStream(); -
trunk/includes/Version.php
r676 r677 6 6 // and system will need database update. 7 7 8 $Revision = 67 6; // Subversion revision8 $Revision = 677; // Subversion revision 9 9 $DatabaseRevision = 666; // Database structure revision 10 10 $ReleaseTime = '2013-12-29';
Note:
See TracChangeset
for help on using the changeset viewer.