Changeset 6892 for modules/branches
- Timestamp:
- 09/29/08 16:58:55 (5 years ago)
- Files:
-
- modules/branches/2.5/findmefollow/install.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
modules/branches/2.5/findmefollow/install.php
r6819 r6892 1 1 <?php 2 //for translation only 3 if (false) { 4 _("Findme Follow Toggle"); 5 } 2 6 3 7 global $db; … … 42 46 //TODO: Also need to create all the states if enabled 43 47 44 $findmefollowtoggle = _("Findme Follow Toggle");45 48 $fcc = new featurecode('findmefollow', 'fmf_toggle'); 46 $fcc->setDescription( $findmefollowtoggle);49 $fcc->setDescription('Findme Follow Toggle'); 47 50 $fcc->setDefault('*21'); 48 51 $fcc->update();
