summaryrefslogblamecommitdiffstats
path: root/modules-available/runmode/hooks/statistics/machine-replace.inc.php
blob: cd23e55245b368609820fa703e89c4eaf560d80f (plain) (tree)
1
2
3
4
5
6





                                                                                                        
<?php

foreach ($list as $entry) {
	unset($entry['datelimit']);
	Database::exec('UPDATE IGNORE runmode SET machineuuid = :new WHERE machineuuid = :old', $entry);
}