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

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