Show
Ignore:
Timestamp:
11/21/10 14:46:33 (3 years ago)
Author:
p_lindheimer
Message:

closes #4651 update module uninstalls to ignore feature codes now being deleted by module_uninstall

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • modules/branches/2.9/fax/uninstall.php

    r8671 r10606  
    33// Delete the old code if still there 
    44// 
    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 
    87 
    98sql('DROP TABLE IF EXISTS fax_details, fax_incoming, fax_users');