Changeset 5652

Show
Ignore:
Timestamp:
02/07/08 14:35:51 (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.4/queues/functions.inc.php

    r5643 r5652  
    280280  array($account,'strategy',($_REQUEST['strategy'])?$_REQUEST['strategy']:'ringall',0), 
    281281  array($account,'timeout',(isset($_REQUEST['timeout']))?$_REQUEST['timeout']:'15',0), 
    282   array($account,'retry',($_REQUEST['retry'])?$_REQUEST['retry']:'5',0), 
     282  array($account,'retry',(isset($_REQUEST['retry']) && $_REQUEST['retry'] != '')?$_REQUEST['retry']:'5',0), 
    283283  array($account,'wrapuptime',($_REQUEST['wrapuptime'])?$_REQUEST['wrapuptime']:'0',0), 
    284284  array($account,'announce-frequency',($_REQUEST['announcefreq'])?$_REQUEST['announcefreq']:'0',0),