4537b9b7 ^
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); }