From: kink Date: Sun, 29 Sep 2002 09:48:27 +0000 (+0000) Subject: Make show_more_(b)cc work again with rg=0 X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=1b9f3c04fb7c772eef3a946782c8b70c60f9891c;p=squirrelmail.git Make show_more_(b)cc work again with rg=0 git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@3748 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- diff --git a/src/read_body.php b/src/read_body.php index b74b0584..90933d4e 100644 --- a/src/read_body.php +++ b/src/read_body.php @@ -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'];