Changeset 12324 for modules/branches/2.10/findmefollow
- Timestamp:
- 07/26/11 18:35:56 (2 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
modules/branches/2.10/findmefollow/functions.inc.php
r11933 r12324 133 133 // the list 134 134 $ext->add($contextname, $grpnum, '', new ext_macro('record-enable','${DB(AMPUSER/'."$grpnum/followme/grplist)}-$grpnum".',${RecordMethod}')); 135 136 // Note there is no cancel later as the special case of follow-me, if they say record, it should stick 137 $ext->add($contextname, $grpnum, '', new ext_gosub('1','s','sub-record-check','exten,${EXTEN}')); 135 138 136 139 // MODIFIED (PL)
