You are here

function recommender_uninstall in Recommender API 6.3

Same name and namespace in other branches
  1. 5 recommender.install \recommender_uninstall()
  2. 6 recommender.install \recommender_uninstall()
  3. 6.2 recommender.install \recommender_uninstall()
  4. 7.6 recommender.install \recommender_uninstall()

File

./recommender.install, line 253
Installation file for the Recommender API module. Note: Not compatible with the 2.x releases. All old data will be removed after upgrading to 3.x release.

Code

function recommender_uninstall() {
  drupal_uninstall_schema('recommender');
}