summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorCiaranG <ciaran@ciarang.com>2009-11-11 20:31:58 +0000
committerCiaranG <ciaran@ciarang.com>2009-11-11 20:31:58 +0000
commit41944f36e49086d56bded449816d62d3bd4a0c59 (patch)
treeb3b91bb88d3ad0ad113590de719f1d7db80b0523 /scripts
parentf6f5b5654a81f441bd3388832e0cb51b55c37328 (diff)
CLAIM_TIMEOUT is already defined elsewhere - causes a PHP warning (minor perf. issue) and confusion if someone tries to change one or the other
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/xmppconfirmhandler.php2
1 files changed, 0 insertions, 2 deletions
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';