source: companies/celepar/admin/inc/hook_add_def_pref.inc.php @ 763

Revision 763, 335 bytes checked in by niltonneto, 15 years ago (diff)

Importação inicial do Expresso da Celepar

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.