From a6a62aaa5beadef69822486309675ea567997291 Mon Sep 17 00:00:00 2001 From: Nico Kaiser Date: Wed, 19 Jun 2013 00:04:31 +0200 Subject: [PATCH] minor fixes --- web/lib/Dyndns/Hosts.php | 1 + web/lib/Dyndns/Server.php | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/web/lib/Dyndns/Hosts.php b/web/lib/Dyndns/Hosts.php index 211aba7..0d59e7f 100644 --- a/web/lib/Dyndns/Hosts.php +++ b/web/lib/Dyndns/Hosts.php @@ -60,6 +60,7 @@ class Hosts $this->debug('Update: ' . $hostname . ':' . $ip); $this->updates[$hostname] = $ip; + return true; } /** diff --git a/web/lib/Dyndns/Server.php b/web/lib/Dyndns/Server.php index 1512aee..6acfbe5 100644 --- a/web/lib/Dyndns/Server.php +++ b/web/lib/Dyndns/Server.php @@ -181,6 +181,6 @@ class Server public function debug($message) { - $this->debugBuffer .= @date('M j G:i:s') . ' Dyndns: ' . $message . "\n"; + $this->debugBuffer .= @date('M j H:i:s') . ' Dyndns: ' . $message . "\n"; } } -- 2.1.4