Changeset 9209

Show
Ignore:
Timestamp:
03/13/10 01:00:49 (2 years ago)
Author:
p_lindheimer
Message:

fixes #4133 remove un-needed call to ringgroups_get()

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • modules/branches/2.8/ringgroups/functions.inc.php

    r8840 r9209  
    1010  if (isset($results)) { 
    1111    foreach($results as $result){ 
    12         $thisgrp = ringgroups_get(ltrim($result['0'])); 
    13         $extens[] = array('destination' => 'ext-group,'.ltrim($result['0']).',1', 'description' => $thisgrp['description'].' <'.ltrim($result['0']).'>'); 
     12        $extens[] = array('destination' => 'ext-group,'.$result['grpnum'].',1', 'description' => $result['description'].' <'.$result['grpnum'].'>'); 
    1413    } 
    1514  } 
  • modules/branches/2.8/ringgroups/module.xml

    r8994 r9209  
    22  <rawname>ringgroups</rawname> 
    33  <name>Ring Groups</name> 
    4   <version>2.7.0.2</version> 
     4  <version>2.8.0.0</version> 
    55  <publisher>FreePBX</publisher> 
    66  <license>GPLv2+</license> 
     
    1111  </description> 
    1212  <changelog> 
     13    *2.8.0.0* #4133 
    1314    *2.7.0.2* localizations 
    1415    *2.7.0.1* #4051 (requires MoH 2.7.0.0 or above)