You are here

function biblio_update_2 in Bibliography Module 5

File

./biblio.install, line 378

Code

function biblio_update_2() {
  $result = array();
  $result = update_sql("alter table {biblio_types} modify tid int(11) auto_increment;");
  return $result;
}