Ignore:
Timestamp:
Dec 29, 2013, 9:56:41 PM (11 years ago)
Author:
maron
Message:
  • Fixed: don't write progress in lua
  • Added: script version end and merge to all texts
File:
1 edited

Legend:

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

    r675 r676  
    256256
    257257  function AddProgress($add = 2) {
    258     if ((file_exists($this->TempDir.'progress')) and (fopen($this->TempDir.'progress', 'w'))) { 
     258    if (file_exists($this->TempDir.'progress')) { 
    259259      $File = new FileStream();
    260260      $File->OpenFile($this->TempDir.'progress');
     
    383383    global $TranslationTree;
    384384 
    385     $this->LoadFilters();
     385  //  $this->LoadFilters();
    386386
    387387    $Output = '';
Note: See TracChangeset for help on using the changeset viewer.