X-Git-Url: https://git.cyclocoop.org/?a=blobdiff_plain;f=maintenance%2FremoveUnusedAccounts.php;h=2d75722858bf6d44960b0023649bb63c9af4f54e;hb=d2254ba11c40321e09d0616d638e83ed6385f0db;hp=b4528ca00b0a7ee70291a5751e1dcf5965d0ed90;hpb=90bf090dd3f4465a8fb95aacb69fb0c304bc153a;p=lhc%2Fweb%2Fwiklou.git diff --git a/maintenance/removeUnusedAccounts.php b/maintenance/removeUnusedAccounts.php index b4528ca00b..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. @@ -124,4 +124,4 @@ class RemoveUnusedAccounts extends Maintenance { } $maintClass = "RemoveUnusedAccounts"; -require_once( RUN_MAINTENANCE_IF_MAIN ); +require_once RUN_MAINTENANCE_IF_MAIN;