From 252cc4c4ac0c3e2f387322b624e80a268d4810c2 Mon Sep 17 00:00:00 2001 From: Aleksander Machniak <alec@alec.pl> Date: Mon, 27 Jul 2015 04:47:34 -0400 Subject: [PATCH] Password: Allow temporarily disabling the plugin functionality with a notice --- program/include/rcmail_output_html.php | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/program/include/rcmail_output_html.php b/program/include/rcmail_output_html.php index 72b7e6b..26bb91d 100644 --- a/program/include/rcmail_output_html.php +++ b/program/include/rcmail_output_html.php @@ -1257,7 +1257,6 @@ return ''; } - // try to find out the button type if ($attrib['type']) { $attrib['type'] = strtolower($attrib['type']); -- Gitblit v1.9.1