function sms_track_uninstall in SMS Framework 6.2
Same name and namespace in other branches
- 6 modules/sms_track/sms_track.install \sms_track_uninstall()
Implement hook_uninstall()
File
- modules/
sms_track/ sms_track.install, line 22 - SMS Framework Message Tracking feature module: Install file
Code
function sms_track_uninstall() {
drupal_uninstall_schema('sms_track');
}