r30121 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r30120‎ | r30121 | r30122 >
Date:13:58, 24 January 2008
Author:raymond
Status:old
Tags:
Comment:
partly revert of r30110. looks like an accident.
Modified paths:
  • /trunk/phase3/includes/ProtectionForm.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/ProtectionForm.php
@@ -341,9 +341,6 @@
342342 return '<tr>'
343343 . '<td><label for="expires">' . wfMsgExt( 'protectexpiry', array( 'parseinline' ) ) . '</label></td>'
344344 . '<td>' . Xml::input( 'mwProtect-expiry', 60, $this->mExpiry, $attribs ) . '</td>'
345 - . '</tr><tr>'
346 - . '<td><label for="expires">' . wfMsgExt( 'protectexpiry', array( 'parseinline' ) ) . '</label></td>'
347 - . '<td>' . Xml::input( 'mwProtect-expiry', 60, $this->mExpiry, $attribs ) . '</td>'
348345 . '</tr>';
349346 }
350347

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r30110(bug 12738) Database query syntax error in maintenance/storage/compressOld.inchuji11:21, 24 January 2008

Status & tagging log