You are here

function taxonomy_list_update_5100 in Taxonomy List 5

Implementation of hook_update_N().

File

./taxonomy_list.install, line 11
List the category specified in the URL

Code

function taxonomy_list_update_5100() {
  $ret = array();
  $ret[] = update_sql("DELETE FROM {variable} WHERE name='taxonomy_list_txt_blk_attr'");
  $ret[] = update_sql("DELETE FROM {variable} WHERE name='taxonomy_list_img_blk_attr'");
  return $ret;
}