Changeset 5862
- Timestamp:
- 07/01/08 21:29:38 (5 months ago)
- Files:
-
- modules/branches/2.5/daynight/uninstall.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
modules/branches/2.5/daynight/uninstall.php
r5860 r5862 9 9 $list = daynight_list(); 10 10 foreach ($list as $item) { 11 $id = $item['ext'] 11 $id = $item['ext']; 12 12 $fcc = new featurecode('daynight', 'toggle-mode-'.$id); 13 13 $fcc->delete();
