Changeset 9835 for modules

Show
Ignore:
Timestamp:
06/15/10 15:20:12 (3 years ago)
Author:
p_lindheimer
Message:

fixes #4324 include a followme's extension in the recording check list in case it is not part of the list. Worse case is a redundant check if it was already in there

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • modules/branches/2.8/findmefollow/functions.inc.php

    r9759 r9835  
    113113          // recording stuff 
    114114          $ext->add($contextname, $grpnum, '', new ext_setvar('RecordMethod','Group')); 
    115           $ext->add($contextname, $grpnum, '', new ext_macro('record-enable','${DB(AMPUSER/'."$grpnum/followme/grplist)}".',${RecordMethod}')); 
     115          // append the followme's extension to the grouplist. This may be redundant but will ensure recording if the extension itself is not part of 
     116          // the list 
     117          $ext->add($contextname, $grpnum, '', new ext_macro('record-enable','${DB(AMPUSER/'."$grpnum/followme/grplist)}-$grpnum".',${RecordMethod}')); 
    116118 
    117119          // MODIFIED (PL)