Changeset 10222

Show
Ignore:
Timestamp:
08/22/10 12:12:03 (3 years ago)
Author:
GameGamer43
Message:

re #4489 - fixed incorrect check-in as we don't store the accountcode in astdb

Files:

Legend:

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

    r10209 r10222  
    136136          $ext->add($contextname, $grpnum, 'skipsimple', new ext_setvar('RingGroupMethod',$strategy)); 
    137137          $ext->add($contextname, $grpnum, '', new ext_setvar('_FMGRP',$grpnum)); 
    138           $ext->add($contextname, $grpnum, '', new ext_setvar('CDR(accountcode)','${DB(AMPUSER/'."$grpnum/accountcode)}")); 
    139          if ((isset($annmsg_id) ? $annmsg_id : '')) { 
     138 
     139                                        if ((isset($annmsg_id) ? $annmsg_id : '')) { 
    140140            $annmsg = recordings_get_file($annmsg_id); 
    141141            // should always answer before playing anything, shouldn't we ?