From e362fff6c12cc180c0f6da82da9f8790866057ef Mon Sep 17 00:00:00 2001 From: teepe Date: Mon, 28 Jan 2002 23:35:04 +0000 Subject: [PATCH] _top bug, yet another help from Simon git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@2274 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- src/options.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/options.php b/src/options.php index 298182c6..9057279c 100644 --- a/src/options.php +++ b/src/options.php @@ -228,7 +228,7 @@ if ($optpage == SMOPT_PAGE_MAIN) { /* First, display the results of a submission, if needed. */ /**********************************************************/ if ($optmode == SMOPT_MODE_SUBMIT) { - if (isset($frame_top)) { + if (!isset($frame_top)) { $frame_top = '_top'; } /* Display a message indicating a successful save. */ -- 2.25.1