Allow optmode to be submitted in GET form.
authorpdontthink <pdontthink@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Mon, 16 Jun 2003 09:28:14 +0000 (09:28 +0000)
committerpdontthink <pdontthink@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Mon, 16 Jun 2003 09:28:14 +0000 (09:28 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@5063 7612ce4b-ef26-0410-bec9-ea0150e637f0

src/options.php

index c6dd5c7d31c8b2c1010702723637f6acc9d9b9da..2c019bf40997b89060388a4573a09dd95c744c76 100644 (file)
@@ -122,7 +122,7 @@ sqgetGlobalVar('onetimepad',$onetimepad,    SQ_SESSION);
 sqgetGlobalVar('delimiter', $delimiter,     SQ_SESSION);
 
 sqgetGlobalVar('optpage',     $optpage);
-sqgetGlobalVar('optmode',     $optmode,      SQ_POST);
+sqgetGlobalVar('optmode',     $optmode);
 sqgetGlobalVar('optpage_data',$optpage_data, SQ_POST);
 /* end of getting globals */