Changeset 13864

Show
Ignore:
Timestamp:
03/22/12 18:33:29 (1 year ago)
Author:
p_lindheimer
Message:

incorrect logic re #5705

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • modules/branches/2.10/campon/functions.inc.php

    r13091 r13864  
    539539  $ccss['cc_offer_timer'] =       isset($_REQUEST['cc_offer_timer']) ? $_REQUEST['cc_offer_timer'] : $amp_conf['CC_OFFER_TIMER_DEFAULT']; 
    540540 
    541   if ($action == 'add' || $action == 'edit' && !$amp_conf['CC_FORCE_DEFAULTS']) { 
     541  if (($action == 'add' || $action == 'edit') && !$amp_conf['CC_FORCE_DEFAULTS']) { 
    542542    $ccss['ccbs_available_timer'] = isset($_REQUEST['ccbs_available_timer']) ? $_REQUEST['ccbs_available_timer'] : $amp_conf['CCBS_AVAILABLE_TIMER_DEFAULT']; 
    543543    $ccss['ccnr_available_timer'] = isset($_REQUEST['ccnr_available_timer']) ? $_REQUEST['ccnr_available_timer'] : $amp_conf['CCNR_AVAILABLE_TIMER_DEFAULT'];