function uc_store_update_4 in Ubercart 5
File
- uc_store/
uc_store.install, line 213
Code
function uc_store_update_4() {
db_query("DELETE FROM {variable} WHERE name LIKE 'uc_store_opt_in%%'");
variable_del('uc_store_prev_time');
return array();
}