From: CiaranG Date: Wed, 11 Nov 2009 20:31:58 +0000 (+0000) Subject: CLAIM_TIMEOUT is already defined elsewhere - causes a PHP warning (minor perf. issue... X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=41944f36e49086d56bded449816d62d3bd4a0c59;p=quix0rs-gnu-social.git CLAIM_TIMEOUT is already defined elsewhere - causes a PHP warning (minor perf. issue) and confusion if someone tries to change one or the other --- diff --git a/scripts/xmppconfirmhandler.php b/scripts/xmppconfirmhandler.php index c7ed15e495..2e39741369 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';