Changeset 10250

Show
Ignore:
Timestamp:
09/12/10 16:54:07 (3 years ago)
Author:
mickecarlsson
Message:

Close #4534 add missing feature codes uninstall to System Recordings

Files:

Legend:

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

    r5983 r10250  
    1212sql('DROP TABLE IF EXISTS recordings'); 
    1313 
     14$fcc = new featurecode('recordings', 'record_save'); 
     15$fcc->delete(); 
     16unset($fcc); 
     17 
     18$fcc = new featurecode('recordings', 'record_check'); 
     19$fcc->delete(); 
     20unset($fcc); 
     21 
     22 
    1423?>