CLAIM_TIMEOUT is already defined elsewhere - causes a PHP warning (minor perf. issue) and confusion if someone tries to change one or the other

This commit is contained in:
CiaranG 2009-11-11 20:31:58 +00:00
parent f6f5b5654a
commit 41944f36e4
1 changed files with 0 additions and 2 deletions

View File

@ -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';