From a58285fd06c8113c45377c655dd43cef6337e815 Mon Sep 17 00:00:00 2001 From: Pierre Schmitz Date: Thu, 11 Jan 2007 19:06:07 +0000 Subject: Aktualisierung auf MediaWiki 1.9.0 --- maintenance/ourusers.php | 22 ---------------------- 1 file changed, 22 deletions(-) (limited to 'maintenance/ourusers.php') diff --git a/maintenance/ourusers.php b/maintenance/ourusers.php index b50519d2..9b7af605 100644 --- a/maintenance/ourusers.php +++ b/maintenance/ourusers.php @@ -59,28 +59,6 @@ foreach( $hosts as $host ) { print "GRANT SELECT, INSERT, UPDATE, DELETE ON `$db`.* TO 'wikiuser'@'$host' IDENTIFIED BY '$wikiuser_pass';\n"; } -/* - print "\n-- wikisql\n\n"; - foreach ( $databases as $db ) { -print <<