You are here

function bbb_uninstall in BigBlueButton 7

Same name and namespace in other branches
  1. 8 bbb.install \bbb_uninstall()
  2. 6 bbb.install \bbb_uninstall()

Implement hook_uninstall().

File

./bbb.install, line 113
Big Blue Button - Enables universities and colleges to deliver a high-quality learning experience.

Code

function bbb_uninstall() {

  // Remove variables
  db_query("DELETE FROM {variable} WHERE name LIKE 'bbb_%'");
}