mirror of
https://github.com/mbirth/tcl_update_db.git
synced 2024-12-26 04:24:07 +00:00
Bugfix with missing seenDate in DB.
This commit is contained in:
parent
423631cc7a
commit
3d02aaea3a
@ -41,7 +41,7 @@ if ($_SERVER['REQUEST_METHOD'] == 'POST') {
|
|||||||
$g = GotuObject::fromXmlParser($xp);
|
$g = GotuObject::fromXmlParser($xp);
|
||||||
if ($g->tv) {
|
if ($g->tv) {
|
||||||
$sqlw = new SQLiteWriter();
|
$sqlw = new SQLiteWriter();
|
||||||
$result = $sqlw->addGotu($g, $file_date);
|
$result = $sqlw->addGotu($g);
|
||||||
if ($result !== false) {
|
if ($result !== false) {
|
||||||
$config = parse_ini_file(__DIR__ . '/config.ini');
|
$config = parse_ini_file(__DIR__ . '/config.ini');
|
||||||
$type = 'FULL';
|
$type = 'FULL';
|
||||||
|
Loading…
Reference in New Issue
Block a user