From ba20913c2b1fde5fdc9a25e5efa0c1d3a55d74c4 Mon Sep 17 00:00:00 2001 From: friendica Date: Tue, 8 Jan 2013 02:49:08 -0800 Subject: lots of notification tweaks --- mod/notify.php | 1 + 1 file changed, 1 insertion(+) (limited to 'mod/notify.php') diff --git a/mod/notify.php b/mod/notify.php index dd26bfe7e..3157e8ce8 100644 --- a/mod/notify.php +++ b/mod/notify.php @@ -23,6 +23,7 @@ function notify_init(&$a) { goaway($a->get_baseurl(true)); } + if(argc() > 2 && argv(1) === 'mark' && argv(2) === 'all' ) { $r = q("update notify set seen = 1 where uid = %d", intval(local_user()) -- cgit v1.2.3