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