Changeset 8779

Show
Ignore:
Timestamp:
02/05/10 13:25:01 (2 years ago)
Author:
p_lindheimer
Message:

fixes #4026 use proper grpnum variable, re #1718

Files:

Legend:

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

    r8582 r8779  
    9393          $ext->add($contextname, $grpnum, 'skipvmblk', new ext_setvar('__NODEST', '${EXTEN}')); 
    9494 
    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')); 
    9696 
    9797 
  • modules/branches/2.7/findmefollow/module.xml

    r8720 r8779  
    22  <rawname>findmefollow</rawname> 
    33  <name>Follow Me</name> 
    4   <version>2.7.0.0</version> 
     4  <version>2.7.0.1</version> 
    55  <publisher>FreePBX</publisher> 
    66  <license>GPLv2+</license> 
    77  <changelog> 
     8    *2.7.0.1* #4026 
    89    *2.7.0.0* #1718 
    910    *2.6.0.1* #3780