fix marking events seen

This commit is contained in:
friendica 2013-04-16 19:59:12 -07:00
parent 2217a3033d
commit 23f897b8ae

View File

@ -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;