function fb_app_uninstall in Drupal for Facebook 7.3
Same name and namespace in other branches
- 6.3 fb_app.install \fb_app_uninstall()
- 6.2 fb_app.install \fb_app_uninstall()
File
- ./
fb_app.install, line 19 - Installs database tables and settings required by fb_app module.
Code
function fb_app_uninstall() {
// drupal_uninstall_schema is called by Drupal
}