You are here

function rec_example_disable in Recommender API 7.3

File

rec_example/rec_example.install, line 55
Installation file for the rec_example module.

Code

function rec_example_disable() {
  recommender_app_unregister(array(
    'rec_example',
    'rec_example_update',
  ));
}