You are here

function fb_uninstall in Drupal for Facebook 6.2

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