Ignore:
Timestamp:
Jun 18, 2019, 11:13:28 PM (5 years ago)
Author:
chronos
Message:
  • Modified: For Amblar meet import use time interval as there is no way to get precise time of item creation.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Modules/Meet/Import/Amblar.php

    r37 r41  
    7373      $MeetItem->Source = $this->Id;
    7474      $Output .= $this->ImportItem($MeetItem);
    75       $this->AddedCount += $MeetItem->AddIfNotExist();
     75      $this->AddedCount += $MeetItem->AddIfNotExist(24 * 60 * 60);
    7676    }
    7777    return $Output;
Note: See TracChangeset for help on using the changeset viewer.