From 60103947eba1c924a5ef9bc26ade5386f33befaf Mon Sep 17 00:00:00 2001 From: Arne Heizmann Date: Wed, 1 Sep 2004 03:08:44 +0000 Subject: [PATCH] probably a typo --- maintenance/updaters.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/maintenance/updaters.inc b/maintenance/updaters.inc index dcfab0bca5..5f62dcb8d2 100644 --- a/maintenance/updaters.inc +++ b/maintenance/updaters.inc @@ -57,7 +57,7 @@ function do_ipblocks_update() { } else { echo "...ipblocks is up to date.\n"; } - + } @@ -209,7 +209,7 @@ function do_image_name_unique_update() { function do_logging_update() { global $wgDatabase; if ( $wgDatabase->tableExists( 'logging' ) ) { - echo "...logging table already unique.\n"; + echo "...logging table already exists.\n"; } else { echo "Creating logging table and adjusting recentchanges... "; dbsource( "maintenance/archives/patch-logging.sql", $wgDatabase ); -- 2.20.1