function privatemsg_install in Privatemsg 7
Same name and namespace in other branches
- 5.3 privatemsg.install \privatemsg_install()
- 5 privatemsg.install \privatemsg_install()
- 6.2 privatemsg.install \privatemsg_install()
- 6 privatemsg.install \privatemsg_install()
- 7.2 privatemsg.install \privatemsg_install()
Implements hook_install().
File
- ./
privatemsg.install, line 134 - Install file for privatemsg.module
Code
function privatemsg_install() {
// Define default formats for date format types.
variable_set("date_format_privatemsg_current_day", 'g:i a');
variable_set("date_format_privatemsg_current_year", 'M j');
variable_set("date_format_privatemsg_years", 'n/j/y');
}