diff options
author | friendica <info@friendica.com> | 2014-11-17 18:46:57 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-11-17 18:46:57 -0800 |
commit | 7e8f3e4dfb7dfda96c1bba5ea42ebc7ea875e30d (patch) | |
tree | ecaa5b5e056d2380aa3260c3ce221efb27df3472 | |
parent | af9015c8ed7fa99b9639dd8c7746f8f658835187 (diff) | |
download | volse-hubzilla-7e8f3e4dfb7dfda96c1bba5ea42ebc7ea875e30d.tar.gz volse-hubzilla-7e8f3e4dfb7dfda96c1bba5ea42ebc7ea875e30d.tar.bz2 volse-hubzilla-7e8f3e4dfb7dfda96c1bba5ea42ebc7ea875e30d.zip |
requote ignore
-rw-r--r-- | mod/ping.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/ping.php b/mod/ping.php index 451370779..ef8afd91c 100644 --- a/mod/ping.php +++ b/mod/ping.php @@ -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; |