From 203f4ab0735ca86aefd0aeac46313d0b06b2dff6 Mon Sep 17 00:00:00 2001 From: pdontthink Date: Wed, 28 Feb 2007 05:11:59 +0000 Subject: [PATCH] Sorry, removing things unrelated to last commit git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@12290 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- src/options.php | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/options.php b/src/options.php index 73800373..499a4359 100644 --- a/src/options.php +++ b/src/options.php @@ -285,7 +285,7 @@ if ($optpage == SMOPT_PAGE_MAIN) { } if (!empty($notice)) { - $oTemplate->assign('note', $notice, FALSE); + $oTemplate->assign('note', $notice); $oTemplate->display('note.tpl'); } @@ -424,9 +424,7 @@ if ($optpage == SMOPT_PAGE_MAIN) { " \n"; // This is the only variable that is needed by *just* the template. - // No output sanitizing needed because all widgets added through - // template output already - $oTemplate->assign('options', $optpage_data['options'], FALSE); + $oTemplate->assign('options', $optpage_data['options']); global $ask_user_info, $org_name; if ( $optpage = SMOPT_PAGE_PERSONAL && $ask_user_info -- 2.25.1