From: Aaron Schulz Date: Mon, 26 Jan 2009 19:11:34 +0000 (+0000) Subject: Break line X-Git-Tag: 1.31.0-rc.0~43229 X-Git-Url: https://git.cyclocoop.org/%242?a=commitdiff_plain;h=c800133fbdd0d478d3b9271322060e5992543c28;p=lhc%2Fweb%2Fwiklou.git Break line --- diff --git a/includes/ProtectionForm.php b/includes/ProtectionForm.php index d01d3bcecf..5fe3cbc72c 100644 --- a/includes/ProtectionForm.php +++ b/includes/ProtectionForm.php @@ -374,7 +374,8 @@ class ProtectionForm { "; } # Add custom expiry field - $attribs = array( 'id' => "mwProtect-$action-expires", 'onkeyup' => 'ProtectionForm.updateExpiry(this)' ) + $this->disabledAttrib; + $attribs = array( 'id' => "mwProtect-$action-expires", + 'onkeyup' => 'ProtectionForm.updateExpiry(this)' ) + $this->disabledAttrib; $out .= "
" . $mProtectother .