Changeset 32 for trunk/Meet.php


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/Meet.php

    r31 r32  
    369369        'Source' => $this->Source,
    370370        'Link' => $this->Link,
     371        'TimeImport' => 'NOW()',
    371372      ));
    372373      $Result = 1;
Note: See TracChangeset for help on using the changeset viewer.