function fb_uninstall in Drupal for Facebook 7.4
Same name and namespace in other branches
- 6.3 fb.install \fb_uninstall()
- 6.2 fb.install \fb_uninstall()
- 7.3 fb.install \fb_uninstall()
File
- ./
fb.install, line 159
Code
function fb_uninstall() {
// Variables prefixed with double underbar to avoid conflicts with other modules named fb_something.
db_query("DELETE FROM {variable} WHERE name LIKE 'fb__%'");
}