From 47c60aa486f125b4a60d5524f9f889ed19b6795e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roland=20H=C3=A4der?= Date: Tue, 13 Dec 2016 10:01:56 +0100 Subject: [PATCH] Opps, no need for this. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Roland Häder --- mod/ping.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/mod/ping.php b/mod/ping.php index 1bbddbe5c..1ef3cc5b4 100644 --- a/mod/ping.php +++ b/mod/ping.php @@ -190,8 +190,6 @@ function ping_init(App $a) FROM `contact` RIGHT JOIN `register` ON `register`.`uid` = `contact`.`uid` WHERE `contact`.`self` = 1"); - $register_count = 0; - if (dbm::is_result($regs)) { $register_count = $regs[0]['total']; }