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

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

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

revision 1.17 by eldy, Sun Oct 30 01:07:01 2005 UTC revision 1.18 by eldy, Mon Oct 31 23:49:36 2005 UTC
# Line 33  $conffile = "../conf/conf.php"; Line 33  $conffile = "../conf/conf.php";
33    
34    
35  // Defini objet langs  // Defini objet langs
36  require_once("../translate.class.php");  require_once('../translate.class.php');
37  $langcode='auto';  $langs = new Translate('../langs');
38  $langs = new Translate("../langs", $langcode);  $langs->setDefaultLang('auto');
39    $langs->setPhpLang();
40    
41    
42  $tab[0]=' class="bg1"';  $tab[0]=' class="bg1"';

Legend:
Removed from v.1.17  
changed lines
  Added in v.1.18

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