You are here

function biblio_update_25 in Bibliography Module 6.2

Same name and namespace in other branches
  1. 5 biblio.install \biblio_update_25()
  2. 6 biblio.install \biblio_update_25()

Update ...

File

./biblio.install, line 1829
Install, update, and uninstall functions for the biblio module.

Code

function biblio_update_25() {
  $result = array();
  $result[] = update_sql("UPDATE {biblio_fields} SET hint = '(YYYY, In Press or Submitted)' WHERE name = 'biblio_year';");
  return $result;
}