Show
Ignore:
Timestamp:
02/18/12 22:45:59 (1 year ago)
Author:
p_lindheimer
Message:

remove bogus set statement re #5596

Files:

Legend:

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

    r13472 r13474  
    527527  $ext->add($id, $c, 'activate', new ext_noop('Agent Logged In')); 
    528528  $ext->add($id, $c, '', new ext_macro('toggle-add-agent')); 
    529   $ext->add($id, $c, '', new ext_set('QAGENT_UNAUTHORIZED','1')); 
    530529  $ext->add($id, $c, '', new ext_gotoif('$["${QAGENT_UNAUTHORIZED}"="1"]', 'logout')); 
    531530