Changeset 37 for trunk/Modules/Meet/Import/Csts.php
- Timestamp:
 - May 5, 2019, 5:17:06 PM (7 years ago)
 - Location:
 - trunk/Modules
 - Files:
 - 
      
- 2 added
 - 1 edited
 - 1 moved
 
- 
          
  . (added)
 - 
          
  Meet (added)
 - 
          
  Meet/Import (moved) (moved from trunk/Import )
 - 
          
  Meet/Import/Csts.php (modified) (3 diffs)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
trunk/Modules/Meet/Import/Csts.php
r31 r37 5 5 function Import() 6 6 { 7 parent::Import();7 $Output = parent::Import(); 8 8 $Content = file_get_contents($this->URL); 9 9 … … 13 13 if ($Content == '') 14 14 { 15 echo('Main block not isolated.</br>');16 return ;15 $Output .= 'Main block not isolated.</br>'; 16 return $Output; 17 17 } 18 18 … … 47 47 $this->AddedCount += $MeetItem->AddIfNotExist(); 48 48 } 49 return $Output; 49 50 } 50 51 }  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  ![(please configure the [header_logo] section in trac.ini)](/tanec/chrome/site/your_project_logo.png)