Add change_date value to the pdns-record entries
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org>
This commit is contained in:
@@ -90,7 +90,8 @@ class pdns extends DnsBase
|
||||
`content` = :content,
|
||||
`ttl` = :ttl,
|
||||
`prio` = :prio,
|
||||
`disabled` = '0'
|
||||
`disabled` = '0',
|
||||
`change_date` = UNIX_TIMESTAMP()
|
||||
");
|
||||
|
||||
foreach ($records as $record)
|
||||
|
||||
Reference in New Issue
Block a user