phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] setup index.php,1.113.2.11


From: skwashd
Subject: [Phpgroupware-cvs] setup index.php,1.113.2.11
Date: Thu, 24 Feb 2005 13:25:05 -0000

Update of setup

Modified Files:
     Branch: Version-0_9_16-branch
            index.php lines: +10 -4

Log Message:
quick fixes

====================================================
Index: setup/index.php
diff -u setup/index.php:1.113.2.10 setup/index.php:1.113.2.11
--- setup/index.php:1.113.2.10  Sat Nov  6 16:13:46 2004
+++ setup/index.php     Mon Jan  3 05:38:12 2005
@@ -233,8 +233,11 @@
                        
$setup_tpl->parse('V_db_stage_6_pre','B_db_stage_6_pre');
                        $db_filled_block = 
$setup_tpl->get_var('V_db_stage_6_pre');

-                       flush();
-                       ob_start();
+                       if(!$DEBUG)
+                       {
+                               flush();
+                               ob_start();
+                       }
                        $GLOBALS['phpgw_setup']->db->Halt_On_Error = 'report';

                        switch 
($GLOBALS['phpgw_info']['setup']['currentver']['phpgwapi'])
@@ -260,7 +263,10 @@
                                        
$GLOBALS['phpgw_info']['setup']['currentver']['phpgwapi'] = 'oldversion';
                                        break;
                        }
-                       ob_end_clean();
+                       if(!$DEBUG)
+                       {
+                               ob_end_clean();
+                       }

                        $GLOBALS['phpgw_setup']->db->Halt_On_Error = 'no';







reply via email to

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