From 9d6b3b72a34621d96ba77b1d4b3072f1c4e6ab7f Mon Sep 17 00:00:00 2001 From: pdontthink Date: Wed, 14 Jul 2004 20:41:41 +0000 Subject: [PATCH] extra quote removed git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@7759 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- functions/forms.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/functions/forms.php b/functions/forms.php index 6acf361d..3583a33f 100644 --- a/functions/forms.php +++ b/functions/forms.php @@ -141,7 +141,7 @@ function addForm($action, $method = 'POST', $name = '', $enctype = '', $charset } return '
\n"; + $enctype . $name . $charset . ">\n"; } -?> \ No newline at end of file +?> -- 2.25.1