From ca32f08966f1b51fcb19460f0996bb0c4048e6fe Mon Sep 17 00:00:00 2001 From: Pierre Schmitz Date: Sat, 3 Dec 2011 13:29:22 +0100 Subject: Update to MediaWiki 1.18.0 * also update ArchLinux skin to chagnes in MonoBook * Use only css to hide our menu bar when printing --- includes/extauth/vB.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'includes/extauth/vB.php') diff --git a/includes/extauth/vB.php b/includes/extauth/vB.php index 860048f3..f516c423 100644 --- a/includes/extauth/vB.php +++ b/includes/extauth/vB.php @@ -34,7 +34,7 @@ * 'username' => 'forum', * 'password' => 'udE,jSqDJ<""p=fI.K9', * 'dbname' => 'forum', - * 'tableprefix' => '', + * 'tablePrefix' => '', * 'cookieprefix' => 'bb' * ); * @@ -108,8 +108,8 @@ class ExternalUser_vB extends ExternalUser { $wgExternalAuthConf['username'], $wgExternalAuthConf['password'], $wgExternalAuthConf['dbname'], - false, 0, - $wgExternalAuthConf['tableprefix'] + 0, + $wgExternalAuthConf['tablePrefix'] ); } -- cgit v1.2.3-54-g00ecf