debugging mark all seen for various notification types

This commit is contained in:
friendica
2013-02-04 00:03:19 -08:00
parent 13ff4b9f01
commit 421921d4d0
4 changed files with 17 additions and 11 deletions

View File

@@ -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();
}