X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=maintenance%2FcleanupPreferences.php;h=66fc6d374ef280cf172855fd45edbb98fc13d80d;hb=d1756504ef32f801c144a15d1115c20c33bd2a33;hp=a6399f66e6a17f3c311a4f436a24c059782357ff;hpb=207543b255632bab4e29e3d76b743c5db369fe48;p=lhc%2Fweb%2Fwiklou.git diff --git a/maintenance/cleanupPreferences.php b/maintenance/cleanupPreferences.php index a6399f66e6..66fc6d374e 100644 --- a/maintenance/cleanupPreferences.php +++ b/maintenance/cleanupPreferences.php @@ -99,9 +99,6 @@ class CleanupPreferences extends Maintenance { } } - /** - * - */ private function deleteByWhere( $dbw, $startMessage, $where ) { $this->output( $startMessage . "...\n" ); $total = 0;