You are here

function biblio_update_7024 in Bibliography Module 7

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

File

./biblio.install, line 2339

Code

function biblio_update_7024() {
  biblio_update_7022();
}