Merge remote-tracking branch 'mike/master' into dev

This commit is contained in:
Mario Vavti
2017-11-19 20:12:55 +01:00
3 changed files with 15 additions and 3 deletions

View File

@@ -385,7 +385,7 @@ function poco($a,$extended = false) {
$sql_extra = " and abook_self = 0 ";
if($cid)
$sql_extra = sprintf(" and abook_id = %d and abook_hidden = 0 ",intval($cid));
$sql_extra = sprintf(" and abook_id = %d and abook_hidden = 0 and abook_pending = 0 ",intval($cid));
if($system_mode) {
$r = q("SELECT count(*) as total from abook where abook_self = 1