Changeset 732 for trunk/Modules/Export/Export.php
- Timestamp:
- Jan 8, 2014, 3:03:03 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Modules/Export/Export.php
r731 r732 301 301 } 302 302 303 function AddProgress($add = 2) {303 function AddProgress($add = 1) { 304 304 305 305 $DbResult = $this->System->Database->query('SELECT Progress FROM `ExportTask` WHERE `Export`='.$this->Id); … … 321 321 while($Group = $DbResult->fetch_assoc()) 322 322 { 323 $this->AddProgress( );323 $this->AddProgress(2); 324 324 $Output .= $Group['Name'].', '; 325 325 if(file_exists($this->SourceDir.$this->ClientVersion['Version'].'/dbc/'.$Group['DBCFileName'].'.dbc'))
Note:
See TracChangeset
for help on using the changeset viewer.