Changeset 37 for trunk/Modules/Meet/Import/TanecniSkola.php
- Timestamp:
- May 5, 2019, 5:17:06 PM (6 years ago)
- Location:
- trunk/Modules
- Files:
-
- 2 added
- 1 edited
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/Modules/Meet/Import/TanecniSkola.php
r32 r37 5 5 function Import() 6 6 { 7 $Output = ''; 7 8 $HeightRange = array( 8 9 '< 120 cm' => 120, … … 26 27 ); 27 28 28 parent::Import();29 $Output = parent::Import(); 29 30 $Content = file_get_contents($this->URL); 30 31 … … 34 35 if ($Content == '') 35 36 { 36 echo('Main block not isolated.</br>');37 return ;37 $Output .= 'Main block not isolated.</br>'; 38 return $Output; 38 39 } 39 40 … … 94 95 } 95 96 } 97 return $Output; 96 98 } 97 99 }
Note:
See TracChangeset
for help on using the changeset viewer.