diff options
author | friendica <info@friendica.com> | 2012-08-24 01:57:36 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-08-24 01:57:36 -0700 |
commit | f0e299a97a8c46fd66bbc47e5b84d4b76d763154 (patch) | |
tree | fc7ab7a2fc921e167609bb10dd551b7addc03b24 /mod/ping.php | |
parent | b08d070e1531f5a824687a2d36accb288d2ee54a (diff) | |
download | volse-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.php | 2 |
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')), |