source: trunk/admin/inc/hook_add_def_pref.inc.php @ 2

Revision 2, 335 bytes checked in by niltonneto, 17 years ago (diff)

Removida todas as tags usadas pelo CVS ($Id, $Source).
Primeira versão no CVS externo.

  • Property svn:eol-style set to native
  • Property svn:executable set to *
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.