function fb_uninstall in Drupal for Facebook 6.2
Same name and namespace in other branches
- 6.3 fb.install \fb_uninstall()
- 7.4 fb.install \fb_uninstall()
- 7.3 fb.install \fb_uninstall()
File
- ./
fb.install, line 81 - Install file to support fb.module.
Code
function fb_uninstall() {
db_query("DELETE FROM {variable} WHERE name LIKE 'fb_%'");
}