Changeset 10606 for modules/branches/2.9/fax
- Timestamp:
- 11/21/10 14:46:33 (3 years ago)
- Files:
-
- modules/branches/2.9/fax/uninstall.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
modules/branches/2.9/fax/uninstall.php
r8671 r10606 3 3 // Delete the old code if still there 4 4 // 5 $fcc = new featurecode('fax', 'simu_fax'); 6 $fcc->delete(); 7 unset($fcc); 5 6 // Don't bother uninstalling feature codes, now module_uninstall does it 8 7 9 8 sql('DROP TABLE IF EXISTS fax_details, fax_incoming, fax_users');
