function uc_global_quote_install in Ubercart Global Quote 7
Same name and namespace in other branches
- 6 uc_global_quote.install \uc_global_quote_install()
Implementation of hook_install().
File
- ./
uc_global_quote.install, line 56 - uc_global_quote installation file
Code
function uc_global_quote_install() {
drupal_set_message('Ubercart Global Quote installed');
}