requote ignore
This commit is contained in:
parent
af9015c8ed
commit
7e8f3e4dfb
@ -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;
|
||||
|
Reference in New Issue
Block a user