root/modules/branches/2.7/fax/uninstall.php

Revision 8671, 191 bytes (checked in by p_lindheimer, 3 years ago)

add simu_fax featurecode to fax, remove from core, migrate re #4007

Line 
1 <?php
2
3 // Delete the old code if still there
4 //
5 $fcc = new featurecode('fax', 'simu_fax');
6 $fcc->delete();
7 unset($fcc);   
8
9 sql('DROP TABLE IF EXISTS fax_details, fax_incoming, fax_users');
10 ?>
11
Note: See TracBrowser for help on using the browser.