You are here

function statspro_update_2 in Statistics Pro 6.2

Same name and namespace in other branches
  1. 6 statspro.install \statspro_update_2()

File

./statspro.install, line 183
Install file for statistics pro module

Code

function statspro_update_2() {
  $ret = array();
  $schema = statspro_schema();
  db_create_table($ret, 'statspro_term', $schema['statspro_term']);
  variable_set('statspro_term_rebuild', TRUE);
  return $ret;
}