function privatemsg_update_7006 in Privatemsg 7
Same name and namespace in other branches
- 7.2 privatemsg.install \privatemsg_update_7006()
Define default formats for date format types.
File
- ./privatemsg.install, line 333 
- Install file for privatemsg.module
Code
function privatemsg_update_7006() {
  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');
}