From: Iain Patterson Date: Tue, 21 Nov 2017 14:31:13 +0000 (-0500) Subject: Removed spurious "none". X-Git-Tag: live-2017-11-21^2 X-Git-Url: http://git.iain.cx/?a=commitdiff_plain;ds=sidebyside;h=eeeda82e51f5b591d78b45a039ea0046bc641d8f;p=readifood.git Removed spurious "none". --- diff --git a/lib/contact.php b/lib/contact.php index 971a9c2..00096d9 100644 --- a/lib/contact.php +++ b/lib/contact.php @@ -112,8 +112,8 @@ foreach ($contacts as $contact) show_contact_summary($contact); show_pagination($contacts); } + else echo "none"; } - else echo "none"; echo "

\n"; }