function oauth_common_update_6200 in OAuth 1.0 6.3
Implementation of hook_update_N().
This update turns the contexts into ctools-manageable entities and migrates the authorization levels into the new contexts table.
File
- ./
oauth_common.install, line 447 - Installation and schema related functions for the OAuth module
Code
function oauth_common_update_6200() {
module_load_include('6200.inc', 'oauth_common', 'updates/update');
return _oauth_common_update_6200();
}