requote ignore
This commit is contained in:
parent
af9015c8ed
commit
7e8f3e4dfb
@ -172,7 +172,7 @@ function ping_init(&$a) {
|
|||||||
);
|
);
|
||||||
break;
|
break;
|
||||||
case 'all_events':
|
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())
|
intval(local_user())
|
||||||
);
|
);
|
||||||
break;
|
break;
|
||||||
|
Reference in New Issue
Block a user