Changeset 6224
- Timestamp:
- 07/30/08 20:08:42 (2 months ago)
- Files:
-
- modules/branches/2.5/donotdisturb/install.php (modified) (1 diff)
- modules/branches/2.5/donotdisturb/module.xml (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
modules/branches/2.5/donotdisturb/install.php
r5858 r6224 18 18 $fcc = new featurecode('donotdisturb', 'dnd_toggle'); 19 19 $fcc->setDescription('DND Toggle'); 20 $fcc->setDefault('* 0078');20 $fcc->setDefault('*76'); 21 21 $fcc->update(); 22 22 unset($fcc); modules/branches/2.5/donotdisturb/module.xml
r6080 r6224 2 2 <rawname>donotdisturb</rawname> 3 3 <name>Do-Not-Disturb (DND)</name> 4 <version>2.5.0. 1</version>4 <version>2.5.0.2</version> 5 5 <changelog> 6 *2.5.0.1* #2909 6 *2.5.0.2* #2969 change default value to *76 7 *2.5.0.1* #2909 Add DND hints 7 8 *2.5.0* added toggle and support for func_devstate 8 9 *2.4.0* bunp for 2.4
