Changeset 683 for trunk/Modules/News/ImportZdechovCzRecords.php
- Timestamp:
- Aug 5, 2014, 11:02:46 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Modules/News/ImportZdechovCzRecords.php
r622 r683 15 15 $Category = 11; 16 16 $Author = 'Automat'; 17 $Content = file_get_contents($SourceURL);17 $Content = @file_get_contents($SourceURL); 18 18 while(strpos($Content, $StartText) !== false) 19 19 { … … 29 29 $Title = substr($Content, 0, strpos($Content, '<')); 30 30 $Description = ''; 31 31 32 32 33 33 /*
Note:
See TracChangeset
for help on using the changeset viewer.