Changeset 6697
- Timestamp:
- 09/11/08 16:30:55 (5 years ago)
- Files:
-
- modules/branches/2.5/gabcast/install.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
modules/branches/2.5/gabcast/install.php
r1938 r6697 2 2 3 3 // Enable direct dial to Gabcast as a feature code 4 $connecttogabcast = _("Connect to Gabcast"); 4 5 $fcc = new featurecode('gabcast', 'gabdial'); 5 $fcc->setDescription( 'Connect to Gabcast');6 $fcc->setDescription($connecttogabcast); 6 7 $fcc->setDefault('*422'); 7 8 $fcc->update();
