begin debug zentity

This commit is contained in:
friendica
2012-08-24 01:57:36 -07:00
parent b08d070e15
commit f0e299a97a
3 changed files with 3 additions and 97 deletions

View File

@@ -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')),