From e788294eb201e85116fb8cb9d79a09c1a856ecba Mon Sep 17 00:00:00 2001 From: lkehresman Date: Tue, 6 Feb 2001 04:16:15 +0000 Subject: [PATCH] fixed some warnings git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1059 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- src/read_body.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/read_body.php b/src/read_body.php index cdc15075..f0c2c6ae 100644 --- a/src/read_body.php +++ b/src/read_body.php @@ -205,6 +205,8 @@ $echo_more = _("more"); $echo_less = _("less"); + if (!isset($show_more_cc)) $show_more_cc = false; + /** FORMAT THE TO STRING **/ $i = 0; $to_string = ""; -- 2.25.1