phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: setup/inc class.setup.inc.php,1.19.2.2,1.19.2.3


From: Mark A Peters <address@hidden>
Subject: [Phpgroupware-cvs] CVS: setup/inc class.setup.inc.php,1.19.2.2,1.19.2.3 class.setup_detection.inc.php,1.7,1.7.2.1 functions.inc.php,1.41.2.3,1.41.2.4
Date: Sun, 07 Apr 2002 15:45:59 -0400

Update of /cvsroot/phpgroupware/setup/inc
In directory subversions:/tmp/cvs-serv13363/setup/inc

Modified Files:
      Tag: Version-0_9_14-branch
        class.setup.inc.php class.setup_detection.inc.php 
        functions.inc.php 
Log Message:
Cleanup of warnings.

Index: class.setup.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/setup/inc/Attic/class.setup.inc.php,v
retrieving revision 1.19.2.2
retrieving revision 1.19.2.3
diff -C2 -r1.19.2.2 -r1.19.2.3
*** class.setup.inc.php 30 Jan 2002 04:42:08 -0000      1.19.2.2
--- class.setup.inc.php 7 Apr 2002 19:45:56 -0000       1.19.2.3
***************
*** 203,206 ****
--- 203,207 ----
                function clear_session_cache()
                {
+                       $tables = Array();
                        $tablenames = @$this->db->table_names();
                        while(list($key,$val) = @each($tablenames))

Index: class.setup_detection.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/setup/inc/Attic/class.setup_detection.inc.php,v
retrieving revision 1.7
retrieving revision 1.7.2.1
diff -C2 -r1.7 -r1.7.2.1
*** class.setup_detection.inc.php       11 Jan 2002 03:40:59 -0000      1.7
--- class.setup_detection.inc.php       7 Apr 2002 19:45:56 -0000       1.7.2.1
***************
*** 42,45 ****
--- 42,46 ----
                function get_db_versions($setup_info='')
                {
+                       $tname = Array();
                        $this->db->Halt_On_Error = 'no';
                        $tables = $this->db->table_names();

Index: functions.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/setup/inc/functions.inc.php,v
retrieving revision 1.41.2.3
retrieving revision 1.41.2.4
diff -C2 -r1.41.2.3 -r1.41.2.4
*** functions.inc.php   10 Mar 2002 21:37:19 -0000      1.41.2.3
--- functions.inc.php   7 Apr 2002 19:45:56 -0000       1.41.2.4
***************
*** 173,177 ****
        function lang_select()
        {
!               $ConfigLang = $GLOBALS['HTTP_COOKIE_VARS']['ConfigLang'] ? 
$GLOBALS['HTTP_COOKIE_VARS']['ConfigLang'] : 
$GLOBALS['HTTP_POST_VARS']['ConfigLang']; 
  
                $select = '<select name="ConfigLang">' . "\n";
--- 173,177 ----
        function lang_select()
        {
!               $ConfigLang = $GLOBALS['HTTP_COOKIE_VARS']['ConfigLang'] ? 
$GLOBALS['HTTP_COOKIE_VARS']['ConfigLang'] : 
$GLOBALS['HTTP_POST_VARS']['ConfigLang'];
  
                $select = '<select name="ConfigLang">' . "\n";
***************
*** 261,264 ****
  
        include('./inc/class.setup.inc.php');
!       $phpgw_setup = new phpgw_setup;
  ?>
--- 261,264 ----
  
        include('./inc/class.setup.inc.php');
!       $GLOBALS['phpgw_setup'] = new phpgw_setup;
  ?>




reply via email to

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