Changeset 1692

Show
Ignore:
Timestamp:
04/21/06 16:55:13 (7 years ago)
Author:
rcourtna
Message:

just adding some commented out lines to assist in debugging

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • freepbx/trunk/amp_conf/htdocs/admin/extensions.class.php

    r1659 r1692  
    131131          {  
    132132       $array[$n] = $val;  
    133       echo $n;  
     133      // echo $n;  
    134134          }  
    135135        else  
     
    142142     
    143143    // apply our newly modified array 
     144    //echo "Splicing [$section] $extension\n"; 
    144145    $this->_exts[$section][$extension] = $array;     
    145146     
     
    190191            $ext = $this->_exts[$section][$extension][$idx]; 
    191192             
     193            //echo "[$section] $extension $idx\n"; 
    192194            //var_dump($ext); 
    193              
     195             
    194196            $output .= "exten => ".$extension.",". 
    195197              $ext['basetag'].