From 06d65a32b35e8f939cf80168464f23009fbae37b Mon Sep 17 00:00:00 2001 From: Christian Boltz Date: Wed, 29 Sep 2010 20:41:52 +0000 Subject: [PATCH] fetchmail.php: - change edit form to XHTML (and BTW: the whole form is produced by fetchmail_edit_row() and handed over to smarty in a single variable. Should be converted to a generic "edit form" smarty template...) git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@871 a1433add-5e2c-0410-b055-b7f2511e0802 --- fetchmail.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/fetchmail.php b/fetchmail.php index 3bc93e35..d9724eb8 100644 --- a/fetchmail.php +++ b/fetchmail.php @@ -313,24 +313,24 @@ function fetchmail_edit_row($data=array()) } function _edit_text($id,$key,$def_vals,$val=""){ $val=htmlspecialchars($val); - return ""; + return ""; } function _edit_password($id,$key,$def_vals,$val=""){ $val=preg_replace("{.}","*",$val); - return ""; + return ""; } function _edit_num($id,$key,$def_vals,$val=""){ $val=(int)($val); - return ""; + return ""; } function _edit_bool($id,$key,$def_vals,$val=""){ $ret="