diff options
author | friendica <info@friendica.com> | 2013-02-04 00:03:19 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-02-04 00:03:19 -0800 |
commit | 421921d4d0f0327b2d62d4e1a169771a3feb7db3 (patch) | |
tree | f84575ea48a7d7bec1a38bb798f5a4f120ae7260 /mod/network.php | |
parent | 13ff4b9f0150ae9118368d00d3dcc458f32ba68e (diff) | |
download | volse-hubzilla-421921d4d0f0327b2d62d4e1a169771a3feb7db3.tar.gz volse-hubzilla-421921d4d0f0327b2d62d4e1a169771a3feb7db3.tar.bz2 volse-hubzilla-421921d4d0f0327b2d62d4e1a169771a3feb7db3.zip |
debugging mark all seen for various notification types
Diffstat (limited to 'mod/network.php')
-rw-r--r-- | mod/network.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/network.php b/mod/network.php index 04390d3f1..837ac7aea 100644 --- a/mod/network.php +++ b/mod/network.php @@ -680,7 +680,7 @@ function network_content(&$a, $update = 0, $load = false) { } - // logger('items: ' . count($items)); + logger('items: ' . count($items)); if($update_unseen) $r = q("UPDATE `item` SET item_flags = ( item_flags ^ %d) |