phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] phpgwapi/inc class.setup_detection.inc.php, 1.6.2.4,


From: Dave Hall <address@hidden>
Subject: [Phpgroupware-cvs] phpgwapi/inc class.setup_detection.inc.php, 1.6.2.4, 1.6.2.5
Date: Tue, 28 Oct 2003 06:09:55 +0000

Update of /cvsroot/phpgroupware/phpgwapi/inc
In directory subversions:/tmp/cvs-serv2378

Modified Files:
      Tag: Version-0_9_16-branch
        class.setup_detection.inc.php 
Log Message:
php4.1 compat fix

Index: class.setup_detection.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/phpgwapi/inc/class.setup_detection.inc.php,v
retrieving revision 1.6.2.4
retrieving revision 1.6.2.5
diff -C2 -d -r1.6.2.4 -r1.6.2.5
*** class.setup_detection.inc.php       28 Oct 2003 01:33:56 -0000      1.6.2.4
--- class.setup_detection.inc.php       28 Oct 2003 06:09:53 -0000      1.6.2.5
***************
*** 280,284 ****
                                /* no tables, so checking if we can create them 
*/
                                $GLOBALS['phpgw_setup']->db->query('CREATE 
TABLE phpgw_testrights ( testfield varchar(5) NOT NULL )');
!                               ob_clean();//dump the output
                                if($GLOBALS['phpgw_setup']->db->Link_ID && 
!$GLOBALS['phpgw_setup']->db->Errno)
                                {
--- 280,284 ----
                                /* no tables, so checking if we can create them 
*/
                                $GLOBALS['phpgw_setup']->db->query('CREATE 
TABLE phpgw_testrights ( testfield varchar(5) NOT NULL )');
!                               ob_end_clean();//dump the output
                                if($GLOBALS['phpgw_setup']->db->Link_ID && 
!$GLOBALS['phpgw_setup']->db->Errno)
                                {





reply via email to

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