You are here

function compact_forms_update_7000 in Compact Forms 7

Remove 'compact_forms_colons' variable.

File

./compact_forms.install, line 22
Installation functions for Compact Forms module.

Code

function compact_forms_update_7000() {
  variable_del('compact_forms_colons');
}