Changeset 10250
- Timestamp:
- 09/12/10 16:54:07 (3 years ago)
- Files:
-
- modules/branches/2.9/recordings/uninstall.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
modules/branches/2.9/recordings/uninstall.php
r5983 r10250 12 12 sql('DROP TABLE IF EXISTS recordings'); 13 13 14 $fcc = new featurecode('recordings', 'record_save'); 15 $fcc->delete(); 16 unset($fcc); 17 18 $fcc = new featurecode('recordings', 'record_check'); 19 $fcc->delete(); 20 unset($fcc); 21 22 14 23 ?>
