phpgroupware-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-cvs] CVS: /sitemgr/sitemgr-site config.inc.php.template,1.


From: Patrick Walsh <address@hidden>
Subject: [Phpgroupware-cvs] CVS: /sitemgr/sitemgr-site config.inc.php.template,1.5.2.1,1.5.2.2 index.php,1.4,1.4.2.1
Date: Fri, 01 Nov 2002 01:25:17 -0500

Update of /cvsroot/phpgroupware//sitemgr/sitemgr-site
In directory subversions:/tmp/cvs-serv18611

Modified Files:
      Tag: Version-0_9_14-branch
        config.inc.php.template index.php 
Log Message:
mostly translation updates


Index: config.inc.php.template
===================================================================
RCS file: /cvsroot/phpgroupware//sitemgr/sitemgr-site/config.inc.php.template,v
retrieving revision 1.5.2.1
retrieving revision 1.5.2.2
diff -C2 -r1.5.2.1 -r1.5.2.2
*** config.inc.php.template     18 Oct 2002 23:22:22 -0000      1.5.2.1
--- config.inc.php.template     1 Nov 2002 06:25:14 -0000       1.5.2.2
***************
*** 40,44 ****
                        'login'                        => 
$pref->getPreference('anonymous-user'),
                        'passwd'                       => 
$pref->getPreference('anonymous-passwd'),
!                       'themesel'                 => 
$pref->getPreference('themesel')
                );
  
--- 40,45 ----
                        'login'                        => 
$pref->getPreference('anonymous-user'),
                        'passwd'                       => 
$pref->getPreference('anonymous-passwd'),
!                       'themesel'                 => 
$pref->getPreference('themesel'),
!                       'sitelanguages'            => 
explode(',',$pref->getPreference('sitelanguages'))             
                );
  
***************
*** 65,69 ****
                        'login'                        => 
$pref->getPreference('anonymous-user'),
                        'passwd'                       => 
$pref->getPreference('anonymous-passwd'),
!                       'themesel'                 => 
$pref->getPreference('themesel')
                );
        }
--- 66,71 ----
                        'login'                        => 
$pref->getPreference('anonymous-user'),
                        'passwd'                       => 
$pref->getPreference('anonymous-passwd'),
!                       'themesel'                 => 
$pref->getPreference('themesel'),
!                       'sitelanguages'            => 
explode(',',$pref->getPreference('sitelanguages'))
                );
        }

Index: index.php
===================================================================
RCS file: /cvsroot/phpgroupware//sitemgr/sitemgr-site/index.php,v
retrieving revision 1.4
retrieving revision 1.4.2.1
diff -C2 -r1.4 -r1.4.2.1
*** index.php   5 Sep 2002 09:07:06 -0000       1.4
--- index.php   1 Nov 2002 06:25:14 -0000       1.4.2.1
***************
*** 32,37 ****
                die ("You need to copy config.inc.php.template to 
config.inc.php and edit the file before continuing.");
        }
!       require_once('./functions.inc.php');
!       require_once('./blockconfig.inc.php');
  
        include './inc/class.ui.inc.php';
--- 32,36 ----
                die ("You need to copy config.inc.php.template to 
config.inc.php and edit the file before continuing.");
        }
! 
  
        include './inc/class.ui.inc.php';
***************
*** 40,43 ****
--- 39,48 ----
        include './inc/class.Template2.inc.php';
  
+       $objui = new ui;
+     
+       require_once('./functions.inc.php');
+       require_once('./blockconfig.inc.php');
+ 
+ 
        global $page_id;
        global $page_name;
***************
*** 46,50 ****
        global $index;
  
-       $objui = new ui;
        if ($page_name)
        {
--- 51,54 ----





reply via email to

[Prev in Thread] Current Thread [Next in Thread]