function htmlmail_update_6001 in HTML Mail 6
Remove feature for storing queries. Cleanup deprecated tables and variables.
File
- ./
htmlmail.install, line 19 - Installation for HTML Mail
Code
function htmlmail_update_6001() {
$results = array();
$results[] = update_sql("UPDATE {system} SET weight = 1 WHERE name = 'htmlmail'");
return $results;
}