diff options
author | redmatrix <redmatrix@redmatrix.me> | 2015-07-07 16:07:53 -0700 |
---|---|---|
committer | redmatrix <redmatrix@redmatrix.me> | 2015-07-07 16:07:53 -0700 |
commit | 7db1bd23f0056a5918f6f1657fdc3a968c18574e (patch) | |
tree | 7777ea391e5ed4c4652c70ca1a8f3f5af70a1a57 | |
parent | dad4ac6c899805fd6311fc9c47a41b6edb265f12 (diff) | |
parent | 75469a61bfdfcc2639a92d9297425f49ef4ae021 (diff) | |
download | volse-hubzilla-7db1bd23f0056a5918f6f1657fdc3a968c18574e.tar.gz volse-hubzilla-7db1bd23f0056a5918f6f1657fdc3a968c18574e.tar.bz2 volse-hubzilla-7db1bd23f0056a5918f6f1657fdc3a968c18574e.zip |
Merge branch 'master' of https://github.com/redmatrix/hubzilla
-rw-r--r-- | mod/manage.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/manage.php b/mod/manage.php index a7327697d..b609ede44 100644 --- a/mod/manage.php +++ b/mod/manage.php @@ -70,7 +70,7 @@ function manage_content(&$a) { } - $intr = q("SELECT COUNT(abook.abook_id) AS total FROM abook left join xchan on abook.abook_xchan = xchan.xchan_hash where abook_channel = %d and abook_pending = 0 and abook_self = 0 and abook_ignored = 0 and xchan_deleted = 0 and xchan_orphan = 0 ", + $intr = q("SELECT COUNT(abook.abook_id) AS total FROM abook left join xchan on abook.abook_xchan = xchan.xchan_hash where abook_channel = %d and abook_pending = 1 and abook_self = 0 and abook_ignored = 0 and xchan_deleted = 0 and xchan_orphan = 0 ", intval($channels[$x]['channel_id']) ); |