Make show_more_(b)cc work again with rg=0
authorkink <kink@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Sun, 29 Sep 2002 09:48:27 +0000 (09:48 +0000)
committerkink <kink@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Sun, 29 Sep 2002 09:48:27 +0000 (09:48 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@3748 7612ce4b-ef26-0410-bec9-ea0150e637f0

src/read_body.php

index b74b0584c16ca87e13e25b91c9ed36d5e578c1f0..90933d4e6f6adf2b311d3bd31b921ff4adf3f5b1 100644 (file)
@@ -658,8 +658,11 @@ elseif (isset($_POST['startMessage'])) {
 if (isset($_GET['show_more'])) {
     $show_more = $_GET['show_more'];
 }
-elseif (isset($_POST['show_more'])) {
-    $show_more = $_POST['show_more'];
+if (isset($_GET['show_more_cc'])) {
+    $show_more_cc = $_GET['show_more_cc'];
+}
+if (isset($_GET['show_more_bcc'])) {
+    $show_more_bcc = $_GET['show_more_bcc'];
 }
 if (isset($_GET['mailbox'])) {
     $mailbox = $_GET['mailbox'];