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/update_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/update_network.php')
-rw-r--r-- | mod/update_network.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mod/update_network.php b/mod/update_network.php index e13eef0e6..16de19365 100644 --- a/mod/update_network.php +++ b/mod/update_network.php @@ -33,6 +33,7 @@ function update_network_content(&$a) { echo str_replace("\t",' ',$text); echo (($_GET['msie'] == 1) ? '</div>' : '</section>'); echo "</body></html>\r\n"; +// logger('update_network: ' . $text); killme(); }
\ No newline at end of file |