Changeset 460 for trunk/import/import.php
- Timestamp:
- Apr 13, 2010, 5:22:25 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/import/import.php
r456 r460 105 105 while(!$File->EOF()) 106 106 { 107 $Line = $File->Read String();107 $Line = $File->ReadLine(); 108 108 if(strpos($Line, '=') !== false) 109 109 { … … 269 269 while((!$File->EOF())) 270 270 { 271 $Line = $File->Read String();271 $Line = $File->ReadLine(); 272 272 // Struktura 273 273 if(strpos($Line, 'CREATE TABLE `'.$this->Group['MangosTable'].'`') !== false)
Note:
See TracChangeset
for help on using the changeset viewer.