Opps, no need for this.
Signed-off-by: Roland Häder <roland@mxchange.org>
This commit is contained in:
parent
d489ba1510
commit
47c60aa486
1 changed files with 0 additions and 2 deletions
|
@ -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'];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue