- Timestamp:
- 06/15/10 15:20:12 (3 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
modules/branches/2.8/findmefollow/functions.inc.php
r9759 r9835 113 113 // recording stuff 114 114 $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}')); 116 118 117 119 // MODIFIED (PL)
