You are here

function drush_variable_realm_del in Variable 7.2

Drush command callback. Delete realm's variables.

File

variable_realm/variable_realm.drush.inc, line 83
Drush commands for Variable Realm.

Code

function drush_variable_realm_del($realm_name, $realm_key, $variable_name) {
  variable_realm_del($realm_name, $realm_key, $variable_name);
  drush_print('Variable deleted.');
}