You are here

function node_export_update_7302 in Node export 7.3

Remove old variables.

File

./node_export.install, line 89
The Node export install file.

Code

function node_export_update_7302() {

  // Old variables.
  variable_del('node_export_method');
  variable_del('node_export_bulk_code');
  variable_del('node_export_bulk_filename');
  variable_del('node_export_omitted');
  return 'Removed old variables.';
}