git://git.iain.cx/iain
/
readifood.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0c52a01
)
Removed spurious "none".
author
Iain Patterson
<me@iain.cx>
Tue, 21 Nov 2017 14:31:13 +0000
(09:31 -0500)
committer
Iain Patterson
<me@iain.cx>
Tue, 21 Nov 2017 14:31:13 +0000
(09:31 -0500)
lib/contact.php
patch
|
blob
|
history
diff --git
a/lib/contact.php
b/lib/contact.php
index
971a9c2
..
00096d9
100644
(file)
--- 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 "</p>\n";
}