From 222b01f5169f1c7e69762e0e8904c24f78f71882 Mon Sep 17 00:00:00 2001 From: Pierre Schmitz Date: Wed, 28 Jul 2010 11:52:48 +0200 Subject: update to MediaWiki 1.16.0 --- includes/specials/SpecialLockdb.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'includes/specials/SpecialLockdb.php') diff --git a/includes/specials/SpecialLockdb.php b/includes/specials/SpecialLockdb.php index 5859d5b2..8c701dd6 100644 --- a/includes/specials/SpecialLockdb.php +++ b/includes/specials/SpecialLockdb.php @@ -53,7 +53,7 @@ class DBLockForm { $wgOut->setPagetitle( wfMsg( 'lockdb' ) ); $wgOut->addWikiMsg( 'lockdbtext' ); - if ( "" != $err ) { + if ( $err != "" ) { $wgOut->setSubtitle( wfMsg( 'formerror' ) ); $wgOut->addHTML( '

' . htmlspecialchars( $err ) . "

\n" ); } @@ -65,7 +65,7 @@ class DBLockForm { $reason = htmlspecialchars( $this->reason ); $token = htmlspecialchars( $wgUser->editToken() ); - $wgOut->addHTML( <<addHTML( << {$elr}: @@ -85,7 +85,7 @@ class DBLockForm { -END +HTML ); } -- cgit v1.2.3-54-g00ecf