Changeset 635 for trunk/Modules/News
- Timestamp:
- Jan 19, 2014, 9:36:28 PM (11 years ago)
- Location:
- trunk/Modules/News
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Modules/News/ImportObecHovezi.php
r622 r635 41 41 42 42 /* 43 //$Content = addslashes(ToUTF8(file_get_contents($SourceURL), 'win1250')); 43 //$Encoding = new Encoding(); 44 //$Content = addslashes($Encoding->ToUTF8(file_get_contents($SourceURL), 'win1250')); 44 45 $Content = file_get_contents($SourceURL); 45 46 while(strpos($Content, $StartText) !== false) -
trunk/Modules/News/ImportTvBeskyd.php
r622 r635 14 14 $Author = 'Automat'; 15 15 16 //$Content = addslashes(ToUTF8(file_get_contents($SourceURL), 'win1250')); 16 //$Encoding = new Encoding(); 17 //$Content = addslashes($Encoding->ToUTF8(file_get_contents($SourceURL), 'win1250')); 17 18 $Content = file_get_contents($SourceURL); 18 19 while(strpos($Content, $StartText) !== false)
Note:
See TracChangeset
for help on using the changeset viewer.