From 409631a9c65c495803cc9044185f9e5b2f8b59c7 Mon Sep 17 00:00:00 2001 From: pdontthink Date: Fri, 19 Dec 2008 08:37:39 +0000 Subject: [PATCH] Oops git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@13377 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- functions/options.php | 1 - 1 file changed, 1 deletion(-) diff --git a/functions/options.php b/functions/options.php index fd211eab..4608d798 100644 --- a/functions/options.php +++ b/functions/options.php @@ -475,7 +475,6 @@ class SquirrelOption { //TODO: might be better to have a separate template file for all widgets, because then the layout of the widget and the "trailing text" can be customized - they are still hard coded here if ($password) -addPwField($sName, $sValue = null, $aAttribs=array()) { return addPwField('new_' . $this->name, $this->value, $width, 0, $this->aExtraAttribs) . ' ' . htmlspecialchars($this->trailing_text); else return addInput('new_' . $this->name, $this->value, $width, 0, $this->aExtraAttribs) . ' ' . htmlspecialchars($this->trailing_text); -- 2.25.1