Ignore:
Timestamp:
Dec 30, 2018, 8:14:55 PM (5 years ago)
Author:
chronos
Message:
  • Added: Meet item TimeImport time to see when was item imported to the database. Use TimeImport in RSS export for items with only date specified.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Import/AstraPraha.php

    r31 r32  
    2424      $MeetItem = new MeetItem();
    2525      $MeetItem->Time = trim(GetTextBetween($Item, 'Vloženo:', '</p>'));
    26       $MeetItem->Time = HumanDateTimeToTime($MeetItem->Time.' '.HumanTime(time()));
     26      $MeetItem->Time = HumanDateToTime($MeetItem->Time);
    2727
    2828      $MeetItem->Gender = trim(GetTextBetween($Item, '<h3 class=\'dating-heading\'>', '</h3>'));
Note: See TracChangeset for help on using the changeset viewer.