You are here

function agls_update_7002 in AGLS Metadata 7

Replace AGLSTERMS.isBasisFor and AGLSTERMS.isBasedOn with dcterms.

File

./agls.install, line 17
Update scripts for the AGLS module.

Code

function agls_update_7002(&$sandbox) {
  return agls_install_update_tags($sandbox, '_agls_fix_tags_7002', '7002');
}