function biblio_update_6028 in Bibliography Module 7
Same name and namespace in other branches
- 6.2 biblio.install \biblio_update_6028()
- 7.2 biblio.install \biblio_update_6028()
File
- ./
biblio.install, line 1914
Code
function biblio_update_6028() {
/*
* Caching is not used in 7.x CiteProc
*
$table = drupal_get_schema_unprocessed('system', 'cache');
$table['description'] = 'Cache table for biblio to store pre-built csl objects';
$table['fields']['serialized']['default'] = 1;
*/
}