You are here

function cumulus_variable_del in Cumulus 7

Delete single variable

1 call to cumulus_variable_del()
cumulus_delete_submit in ./cumulus.admin.inc
Deletion of cumulus blocks.

File

./cumulus.module, line 289
The brain of Cumulus.

Code

function cumulus_variable_del($name, $delta) {
  return variable_del('cumulus_' . $delta . '_' . $name);
}