Changeset 3128 for modules/branches/2.2/speeddial
- Timestamp:
- 11/20/06 20:36:50 (6 years ago)
- Files:
-
- modules/branches/2.2/speeddial/functions.inc.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
modules/branches/2.2/speeddial/functions.inc.php
r2524 r3128 1 1 <?php 2 2 /* $Id:$ */ 3 4 // returns a associative arrays with keys 'destination' and 'description'5 function speeddial_destinations() {6 // return an associative array with destination and description7 $extens[] = array('destination' => 'app-pbdirectory,pbdirectory,1', 'description' => 'Phonebook Directory');8 return $extens;9 }10 3 11 4 function speeddial_get_config($engine) {
