- Timestamp:
- 02/10/12 13:18:04 (4 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
modules/branches/2.10/featurecodeadmin/functions.inc.php
r13431 r13432 102 102 } 103 103 104 function featurecodea min_getdest($exten) {104 function featurecodeadmin_getdest($exten) { 105 105 return array("ext-featurecodes,$exten,1"); 106 106 } 107 107 108 function featurecodea min_getdestinfo($dest) {108 function featurecodeadmin_getdestinfo($dest) { 109 109 if (substr(trim($dest),0,17) == 'ext-featurecodes,') { 110 110 $fcs = featurecodes_getAllFeaturesDetailed(); … … 130 130 } 131 131 132 function featurecode s_check_destinations($dest=true) {132 function featurecodeadmin_check_destinations($dest=true) { 133 133 global $active_modules; 134 134
