[Rspamd] Set new last modified when changing Rspamd settings
parent
7a87c492ed
commit
e0535bedbb
|
@ -26,8 +26,8 @@ catch (PDOException $e) {
|
||||||
}
|
}
|
||||||
|
|
||||||
// Check if db changed and return header
|
// Check if db changed and return header
|
||||||
$stmt = $pdo->prepare("SELECT UNIX_TIMESTAMP(UPDATE_TIME) AS `db_update_time` FROM information_schema.tables
|
$stmt = $pdo->prepare("SELECT MAX(UNIX_TIMESTAMP(UPDATE_TIME)) AS `db_update_time` FROM information_schema.tables
|
||||||
WHERE `TABLE_NAME` = 'filterconf'
|
WHERE (`TABLE_NAME` = 'filterconf' OR `TABLE_NAME` = 'settingsmap')
|
||||||
AND TABLE_SCHEMA = :dbname;");
|
AND TABLE_SCHEMA = :dbname;");
|
||||||
$stmt->execute(array(
|
$stmt->execute(array(
|
||||||
':dbname' => $database_name
|
':dbname' => $database_name
|
||||||
|
|
Loading…
Reference in New Issue