From 23f897b8aedac8a99aa81ac7799ec67ca196d407 Mon Sep 17 00:00:00 2001 From: friendica Date: Tue, 16 Apr 2013 19:59:12 -0700 Subject: fix marking events seen --- mod/ping.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mod/ping.php b/mod/ping.php index 7ae99d44c..76d84d0e4 100644 --- a/mod/ping.php +++ b/mod/ping.php @@ -75,7 +75,7 @@ function ping_init(&$a) { ); break; case 'all_events': - $r = q("update event set ignore = 1 where ignore = 0 and uid = %d", + $r = q("update event set `ignore` = 1 where `ignore` = 0 and uid = %d", intval(local_user()) ); break; -- cgit v1.2.3