You are here

function biblio_update_7023 in Bibliography Module 7

Re-apply update 7014 in case the install happened after 7014 was implemented. The main scheme definition was not changed at that time to match the update resulting a schema mismatch.

File

./biblio.install, line 2332

Code

function biblio_update_7023() {
  biblio_update_7014();
}