You are here

function role_watchdog_update_6120 in Role Watchdog 6

Same name and namespace in other branches
  1. 6.2 role_watchdog.install \role_watchdog_update_6120()

Update from 6.x-1.x to 6.x-1.2. Cleanup setting.

File

./role_watchdog.install, line 81
Install file for Role watchdog.

Code

function role_watchdog_update_6120() {
  $ret = array();
  variable_del('role_watchdog_history');
  return $ret;
}