summaryrefslogtreecommitdiffstats
path: root/modules-available/syslog/hooks/statistics/machine-replace.inc.php
blob: 6be0dd76b5e875c073b9fa58f65ae0193244069a (plain) (blame)
1
2
3
4
5
<?php

foreach ($list as $entry) {
	Database::exec('UPDATE IGNORE clientlog SET machineuuid = :new WHERE machineuuid = :old AND dateline < :datelimit', $entry);
}