You are here

function fb_uninstall in Drupal for Facebook 7.4

Same name and namespace in other branches
  1. 6.3 fb.install \fb_uninstall()
  2. 6.2 fb.install \fb_uninstall()
  3. 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__%'");
}