source: companies/serpro/admin/inc/hook_add_def_pref.inc.php @ 903

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

Importacao inicial do Expresso do Serpro

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.