diff --git a/mod/ping.php b/mod/ping.php index da44bc52d..3f6dc730b 100644 --- a/mod/ping.php +++ b/mod/ping.php @@ -126,7 +126,7 @@ function ping_init(&$a) { $regs = q("SELECT `contact`.`name`, `contact`.`url`, `contact`.`micro`, `register`.`created` FROM `contact` RIGHT JOIN `register` ON `register`.`uid`=`contact`.`uid` WHERE `contact`.`self`=1"); $register = count($regs); } else { - $register = "0"; + $register = 0; } $all_events = 0;