From cea6746acfe6566a96ebf64b15a523d4fdfd7365 Mon Sep 17 00:00:00 2001 From: Raimond Spekking Date: Thu, 24 Jan 2008 13:58:40 +0000 Subject: [PATCH] partly revert of r30110. looks like an accident. --- includes/ProtectionForm.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/includes/ProtectionForm.php b/includes/ProtectionForm.php index 9964ddfdb7..950a46319c 100644 --- a/includes/ProtectionForm.php +++ b/includes/ProtectionForm.php @@ -339,9 +339,6 @@ class ProtectionForm { function buildExpiryInput() { $attribs = array( 'id' => 'expires' ) + $this->disabledAttrib; return '' - . '' - . '' . Xml::input( 'mwProtect-expiry', 60, $this->mExpiry, $attribs ) . '' - . '' . '' . '' . Xml::input( 'mwProtect-expiry', 60, $this->mExpiry, $attribs ) . '' . ''; -- 2.20.1