Changeset 5654

Show
Ignore:
Timestamp:
02/07/08 14:41:12 (5 years ago)
Author:
p_lindheimer
Message:

#2518: queues page - select '0' for 'retry' results in 5 seconds

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • modules/branches/2.3/queues/functions.inc.php

    r5609 r5654  
    185185    array($account,'strategy',($_REQUEST['strategy'])?$_REQUEST['strategy']:'ringall',0), 
    186186    array($account,'timeout',(isset($_REQUEST['timeout']))?$_REQUEST['timeout']:'15',0), 
    187     array($account,'retry',($_REQUEST['retry'])?$_REQUEST['retry']:'5',0), 
     187    array($account,'retry',(isset($_REQUEST['retry']) && $_REQUEST['retry'] != '')?$_REQUEST['retry']:'5',0), 
    188188    array($account,'wrapuptime',($_REQUEST['wrapuptime'])?$_REQUEST['wrapuptime']:'0',0), 
    189189    //array($account,'agentannounce',($_REQUEST['agentannounce'])?$_REQUEST['agentannounce']:'None'),