From: Iain Patterson Date: Tue, 21 Nov 2017 14:35:02 +0000 (-0500) Subject: Merge branch 'master' into uat X-Git-Tag: live-2017-11-21 X-Git-Url: http://git.iain.cx/?a=commitdiff_plain;h=bec77d95c51e62f51c2ab0a5f3f34bf420bc81b0;hp=e5e9da2f43b088a8fadde778812285d01f802e8e;p=readifood.git Merge branch 'master' into uat --- 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"; }