Ignore:
Timestamp:
Aug 26, 2018, 8:53:55 PM (6 years ago)
Author:
chronos
Message:
  • Fixed: Updated parsing of Astra website.
  • Fixed: Correctly parse Amblar date.
  • Added: Allow to update only one meet source by specified id.
  • Added: Show RSS link with RSS icon under meet table.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Import/TanecniSkola.php

    r8 r11  
    2626    );
    2727
    28     echo('Parsing '.$this->Name.'...</br>');
     28    parent::Import();
    2929    $Content = file_get_contents($this->URL);
    3030
     
    8585        $MeetItem->Database = $this->Database;
    8686        $MeetItem->Source = $this->Id;
    87         $MeetItem->AddIfNotExist();
     87        $this->AddedCount += $MeetItem->AddIfNotExist();
    8888      }
    8989    }
Note: See TracChangeset for help on using the changeset viewer.