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/xmppconfirmhandler.php') 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