X-Git-Url: https://git.cyclocoop.org/?a=blobdiff_plain;f=maintenance%2FremoveUnusedAccounts.php;h=2d75722858bf6d44960b0023649bb63c9af4f54e;hb=d2254ba11c40321e09d0616d638e83ed6385f0db;hp=2bb874adc5a5c77c75da5ab083ac95724a8dca9e;hpb=709c614382c199b7d3c5fc5bdbd285d8d3a5f339;p=lhc%2Fweb%2Fwiklou.git diff --git a/maintenance/removeUnusedAccounts.php b/maintenance/removeUnusedAccounts.php index 2bb874adc5..2d75722858 100644 --- a/maintenance/removeUnusedAccounts.php +++ b/maintenance/removeUnusedAccounts.php @@ -23,7 +23,7 @@ * @author Rob Church */ -require_once( __DIR__ . '/Maintenance.php' ); +require_once __DIR__ . '/Maintenance.php'; /** * Maintenance script that removes unused user accounts from the database.