Changeset 8779
- Timestamp:
- 02/05/10 11:25:01 (7 months ago)
- Files:
-
- modules/branches/2.7/findmefollow/functions.inc.php (modified) (1 diff)
- modules/branches/2.7/findmefollow/module.xml (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
modules/branches/2.7/findmefollow/functions.inc.php
r8582 r8779 93 93 $ext->add($contextname, $grpnum, 'skipvmblk', new ext_setvar('__NODEST', '${EXTEN}')); 94 94 95 $ext->add($contextname, $grpnum, '', new ext_gosubif('$[${DB_EXISTS(AMPUSER/'.$grpnum.'/followme/changecid)} = 1 & "${DB(AMPUSER/'.$grpnum.'/followme/changecid)}" != "default" & "${DB(AMPUSER/ 222/followme/changecid)}" != ""]', 'sub-fmsetcid,s,1'));95 $ext->add($contextname, $grpnum, '', new ext_gosubif('$[${DB_EXISTS(AMPUSER/'.$grpnum.'/followme/changecid)} = 1 & "${DB(AMPUSER/'.$grpnum.'/followme/changecid)}" != "default" & "${DB(AMPUSER/'.$grpnum.'/followme/changecid)}" != ""]', 'sub-fmsetcid,s,1')); 96 96 97 97 modules/branches/2.7/findmefollow/module.xml
r8720 r8779 2 2 <rawname>findmefollow</rawname> 3 3 <name>Follow Me</name> 4 <version>2.7.0. 0</version>4 <version>2.7.0.1</version> 5 5 <publisher>FreePBX</publisher> 6 6 <license>GPLv2+</license> 7 7 <changelog> 8 *2.7.0.1* #4026 8 9 *2.7.0.0* #1718 9 10 *2.6.0.1* #3780
