summaryrefslogtreecommitdiffstats
path: root/modules-available/sysconfig/hooks/cron.inc.php
blob: b518ca06f04b11fc74e292534eb2408656eebc71 (plain) (blame)
1
2
3
4
5
6
7
8
<?php

Trigger::ldadp();

// Cleanup orphaned config<->location where the location has been deleted
Database::exec("DELETE c FROM configtgz_location c
			LEFT JOIN location l USING (locationid)
			WHERE l.locationid IS NULL AND c.locationid <> 0");