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


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