You are here

function hide_submit_install in Hide submit button 5

Same name and namespace in other branches
  1. 6 hide_submit.install \hide_submit_install()
  2. 7 hide_submit.install \hide_submit_install()

Implement hook install

File

./hide_submit.install, line 14
Hide the submit button after clicked to prevent/reduce duplicate postings.

Code

function hide_submit_install() {
  drupal_set_message(st('Hide submit module installed.'));
}