aboutsummaryrefslogtreecommitdiffstats
path: root/mod/ping.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2012-08-24 01:57:36 -0700
committerfriendica <info@friendica.com>2012-08-24 01:57:36 -0700
commitf0e299a97a8c46fd66bbc47e5b84d4b76d763154 (patch)
treefc7ab7a2fc921e167609bb10dd551b7addc03b24 /mod/ping.php
parentb08d070e1531f5a824687a2d36accb288d2ee54a (diff)
downloadvolse-hubzilla-f0e299a97a8c46fd66bbc47e5b84d4b76d763154.tar.gz
volse-hubzilla-f0e299a97a8c46fd66bbc47e5b84d4b76d763154.tar.bz2
volse-hubzilla-f0e299a97a8c46fd66bbc47e5b84d4b76d763154.zip
begin debug zentity
Diffstat (limited to 'mod/ping.php')
-rw-r--r--mod/ping.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/ping.php b/mod/ping.php
index 1bf0a8840..eb7c9b946 100644
--- a/mod/ping.php
+++ b/mod/ping.php
@@ -158,7 +158,7 @@ function ping_init(&$a) {
$t5 = dba_timer();
$events = q("SELECT count(`event`.`id`) as total, type, start, adjust FROM `event`
- WHERE `event`.`uid` = %d AND `start` < '%s' AND `finish` > '%s' and ignore = 0
+ WHERE `event`.`uid` = %d AND `start` < '%s' AND `finish` > '%s' and `ignore` = 0
ORDER BY `start` ASC ",
intval(local_user()),
dbesc(datetime_convert('UTC','UTC','now + 7 days')),