requote ignore

This commit is contained in:
friendica 2014-11-17 18:46:57 -08:00
parent af9015c8ed
commit 7e8f3e4dfb

View File

@ -172,7 +172,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;