Show
Ignore:
Timestamp:
11/20/06 20:36:50 (6 years ago)
Author:
gregmac
Message:

Removed pbdirectory destination from speeddial module

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • modules/branches/2.2/speeddial/functions.inc.php

    r2524 r3128  
    11<?php 
    22 /* $Id:$ */ 
    3  
    4 // returns a associative arrays with keys 'destination' and 'description' 
    5 function speeddial_destinations() { 
    6   // return an associative array with destination and description 
    7   $extens[] = array('destination' => 'app-pbdirectory,pbdirectory,1', 'description' => 'Phonebook Directory'); 
    8   return $extens; 
    9 } 
    103 
    114function speeddial_get_config($engine) {