aboutsummaryrefslogtreecommitdiffstats
path: root/mod
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2014-11-17 18:46:57 -0800
committerfriendica <info@friendica.com>2014-11-17 18:46:57 -0800
commit7e8f3e4dfb7dfda96c1bba5ea42ebc7ea875e30d (patch)
treeecaa5b5e056d2380aa3260c3ce221efb27df3472 /mod
parentaf9015c8ed7fa99b9639dd8c7746f8f658835187 (diff)
downloadvolse-hubzilla-7e8f3e4dfb7dfda96c1bba5ea42ebc7ea875e30d.tar.gz
volse-hubzilla-7e8f3e4dfb7dfda96c1bba5ea42ebc7ea875e30d.tar.bz2
volse-hubzilla-7e8f3e4dfb7dfda96c1bba5ea42ebc7ea875e30d.zip
requote ignore
Diffstat (limited to 'mod')
-rw-r--r--mod/ping.php2
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;