Changeset 698 for trunk/Modules/Export/Export.php
- Timestamp:
- Jan 3, 2014, 3:01:12 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Modules/Export/Export.php
r696 r698 441 441 $Output .= $Group['Name'].'... '; 442 442 $File = new FileStream(); 443 if (!file_exists($this->SourceDir.$this->ClientVersion['Version'].'/lua/'.$Group['LuaFileName'].'.lua')) 444 continue; 443 445 $File->OpenFile($this->SourceDir.$this->ClientVersion['Version'].'/lua/'.$Group['LuaFileName'].'.lua'); 444 446 $File2 = new FileStream();
Note:
See TracChangeset
for help on using the changeset viewer.