source: sandbox/2.3-MailArchiver/admin/inc/hook_add_def_pref.inc.php @ 6779

Revision 6779, 335 bytes checked in by rafaelraymundo, 12 years ago (diff)

Ticket #2946 - Liberado Expresso(branch 2.3) integrado ao MailArchiver?.

Line 
1<?php
2  $GLOBALS['pref']->change('common','maxmatchs','15');
3  $GLOBALS['pref']->change('common','theme','default');
4  $GLOBALS['pref']->change('common','tz_offset',0);
5  $GLOBALS['pref']->change('common','dateformat','m/d/Y');
6  $GLOBALS['pref']->change('common','timeformat',12);
7  $GLOBALS['pref']->change('common','lang','en');
8?>
Note: See TracBrowser for help on using the repository browser.