function biblio_update_7008 in Bibliography Module 7
Same name and namespace in other branches
- 7.2 biblio.install \biblio_update_7008()
Adds new "biblio_sort_title" column to the biblio table, which is used for title sorting.
File
- ./
biblio.install, line 2131
Code
function biblio_update_7008() {
if (!db_field_exists('biblio', 'biblio_sort_title')) {
biblio_update_6033();
}
}