From: Arne Heizmann Date: Wed, 1 Sep 2004 03:08:44 +0000 (+0000) Subject: probably a typo X-Git-Tag: 1.5.0alpha1~2186 X-Git-Url: http://git.cyclocoop.org/%24href?a=commitdiff_plain;h=60103947eba1c924a5ef9bc26ade5386f33befaf;p=lhc%2Fweb%2Fwiklou.git probably a typo --- 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 );