function uc_store_update_7003 in Ubercart 7.3
Removes store footer message hash table.
File
- uc_store/
uc_store.install, line 224 - Install, update, and uninstall functions for the uc_store module.
Code
function uc_store_update_7003() {
db_drop_table('uc_store_footers');
}