Opps, no need for this.

Signed-off-by: Roland Häder <roland@mxchange.org>
This commit is contained in:
Roland Häder 2016-12-13 10:01:56 +01:00
parent d489ba1510
commit 47c60aa486
1 changed files with 0 additions and 2 deletions

View File

@ -190,8 +190,6 @@ function ping_init(App $a)
FROM `contact` RIGHT JOIN `register` ON `register`.`uid` = `contact`.`uid` FROM `contact` RIGHT JOIN `register` ON `register`.`uid` = `contact`.`uid`
WHERE `contact`.`self` = 1"); WHERE `contact`.`self` = 1");
$register_count = 0;
if (dbm::is_result($regs)) { if (dbm::is_result($regs)) {
$register_count = $regs[0]['total']; $register_count = $regs[0]['total'];
} }