Ignore:
Timestamp:
Jan 8, 2014, 3:03:03 PM (10 years ago)
Author:
maron
Message:
  • Fixed: Column database change to double
  • Added: smooth progress bar in export
File:
1 edited

Legend:

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

    r731 r732  
    301301  } 
    302302
    303   function AddProgress($add = 2) {
     303  function AddProgress($add = 1) {
    304304
    305305    $DbResult = $this->System->Database->query('SELECT Progress FROM `ExportTask` WHERE `Export`='.$this->Id);
     
    321321    while($Group = $DbResult->fetch_assoc())
    322322    {
    323       $this->AddProgress();
     323      $this->AddProgress(2);
    324324      $Output .= $Group['Name'].', ';
    325325      if(file_exists($this->SourceDir.$this->ClientVersion['Version'].'/dbc/'.$Group['DBCFileName'].'.dbc'))
Note: See TracChangeset for help on using the changeset viewer.