From 0ce793dc634b331c28af1485877f43c5e43087e5 Mon Sep 17 00:00:00 2001 From: kink Date: Mon, 11 Feb 2008 21:04:06 +0000 Subject: [PATCH] other part of r12925 git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@12937 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- templates/default/read_recipient_list.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/default/read_recipient_list.tpl b/templates/default/read_recipient_list.tpl index b3f0b2ea..99a1c524 100644 --- a/templates/default/read_recipient_list.tpl +++ b/templates/default/read_recipient_list.tpl @@ -41,7 +41,7 @@ foreach ($recipients as $r) { } } -if (count($recipients) > 1) { +if (count($recipients) > 3) { if ($show_more) { ?>  () -- 2.25.1