You are here

function glossary_update_5100 in Glossary 5

Same name and namespace in other branches
  1. 5.2 glossary.install \glossary_update_5100()

File

./glossary.install, line 6

Code

function glossary_update_5100() {
  $ret = array();
  $ret[] = update_sql("UPDATE {blocks} SET delta=0 WHERE module='glossary' AND delta=999");
  return $ret;
}