Ignore:
Timestamp:
Aug 5, 2014, 11:02:46 PM (10 years ago)
Author:
chronos
Message:
  • Upraveno: Potlačit záznam chyb pokud zdrojová stránka RSS aktualit není dosažitelná.
  • Upraveno: Nepřijímat MAC adresu s pomlčkami jako platnou.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Modules/News/ImportZdechovCzNews.php

    r622 r683  
    1515$Category = 12;
    1616$Author = 'Automat';
    17 $Content = file_get_contents($SourceURL);
     17$Content = @file_get_contents($SourceURL);
    1818while(strpos($Content, $StartText) !== false)
    1919{
     
    2929  $Title = substr($Content, 0, strpos($Content, '<'));
    3030  $Description = '';
    31  
     31
    3232
    3333  /*
Note: See TracChangeset for help on using the changeset viewer.