/[dolibarr]/dolibarr/htdocs/master.inc.php
ViewVC logotype

Diff of /dolibarr/htdocs/master.inc.php

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.73 by eldy, Sat Sep 10 15:50:29 2005 UTC revision 1.74 by eldy, Sat Sep 10 16:15:19 2005 UTC
# Line 298  $conf->actionscomm->dir_output=DOL_DATA_ Line 298  $conf->actionscomm->dir_output=DOL_DATA_
298    
299  // conf->use_preview_tabs  // conf->use_preview_tabs
300  $conf->use_preview_tabs=1;  $conf->use_preview_tabs=1;
301  if (isset($conf->global->USE_PREVIEW_TABS)) $conf->use_preview_tabs=$conf->global->USE_PREVIEW_TABS;  if (isset($conf->global->MAIN_USE_PREVIEW_TABS)) $conf->use_preview_tabs=$conf->global->MAIN_USE_PREVIEW_TABS;
302    
303  // conf->monnaie  // conf->monnaie
304  if (! $conf->global->MAIN_MONNAIE) $conf->global->MAIN_MONNAIE='EUR';    if (! $conf->global->MAIN_MONNAIE) $conf->global->MAIN_MONNAIE='EUR';  

Legend:
Removed from v.1.73  
changed lines
  Added in v.1.74

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26