From 41944f36e49086d56bded449816d62d3bd4a0c59 Mon Sep 17 00:00:00 2001 From: CiaranG Date: Wed, 11 Nov 2009 20:31:58 +0000 Subject: CLAIM_TIMEOUT is already defined elsewhere - causes a PHP warning (minor perf. issue) and confusion if someone tries to change one or the other --- scripts/xmppconfirmhandler.php | 2 -- 1 file changed, 2 deletions(-) (limited to 'scripts') diff --git a/scripts/xmppconfirmhandler.php b/scripts/xmppconfirmhandler.php index c7ed15e49..2e3974136 100755 --- a/scripts/xmppconfirmhandler.php +++ b/scripts/xmppconfirmhandler.php @@ -34,8 +34,6 @@ require_once INSTALLDIR.'/scripts/commandline.inc'; require_once INSTALLDIR . '/lib/jabber.php'; require_once INSTALLDIR . '/lib/xmppqueuehandler.php'; -define('CLAIM_TIMEOUT', 1200); - class XmppConfirmHandler extends XmppQueueHandler { var $_id = 'confirm'; -- cgit v1.2.3-54-g00ecf From 8109d39a566bc351080996d2806b40e89426f168 Mon Sep 17 00:00:00 2001 From: Ciaran Gultnieks Date: Thu, 12 Nov 2009 09:18:15 +0000 Subject: Minor typo correction in log message. Seems trivial, unless you are trying to search the log for it. --- scripts/xmppdaemon.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/xmppdaemon.php b/scripts/xmppdaemon.php index b2efc07c3..e52e2a6af 100755 --- a/scripts/xmppdaemon.php +++ b/scripts/xmppdaemon.php @@ -187,7 +187,7 @@ class XMPPDaemon extends Daemon return; } if ($this->handle_command($user, $pl['body'])) { - $this->log(LOG_INFO, "Command messag by $from handled."); + $this->log(LOG_INFO, "Command message by $from handled."); return; } else if ($this->is_autoreply($pl['body'])) { $this->log(LOG_INFO, 'Ignoring auto reply from ' . $from); -- cgit v1.2.3-54-g00ecf From b7a08fdacc91c783b1e99f5dda2f3ce31ec8a6ee Mon Sep 17 00:00:00 2001 From: Eric Helgeson Date: Mon, 16 Nov 2009 14:59:17 -0500 Subject: +x deleteuser.php --- scripts/deleteuser.php | 0 1 file changed, 0 insertions(+), 0 deletions(-) mode change 100644 => 100755 scripts/deleteuser.php (limited to 'scripts') diff --git a/scripts/deleteuser.php b/scripts/deleteuser.php old mode 100644 new mode 100755 -- cgit v1.2.3-54-g00ecf