root/modules/branches/2.4/pbdirectory/install.php
| Revision 3171, 229 bytes (checked in by gregmac, 7 years ago) |
|---|
| Line | |
|---|---|
| 1 | <?php |
| 2 | |
| 3 | // Enable phonebook directory as a feature code |
| 4 | $fcc = new featurecode('pbdirectory', 'app-pbdirectory'); |
| 5 | $fcc->setDescription('Phonebook dial-by-name directory'); |
| 6 | $fcc->setDefault('411'); |
| 7 | $fcc->update(); |
| 8 | unset($fcc); |
| 9 | |
| 10 | ?> |
| 11 |
Note: See TracBrowser for help on using the browser.
