function hide_submit_update_6102 in Hide submit button 6
File
- ./
hide_submit.install, line 72 - Hide the submit button after clicked to prevent/reduce duplicate postings.
Code
function hide_submit_update_6102() {
$ret = array();
$ret[] = update_sql("UPDATE {system} SET weight = 10 WHERE type = 'module' AND name = 'hide_submit'");
return $ret;
}