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.9


From: nomail
Subject: [Phpgroupware-cvs] phpgwapi/inc/class.setup_detection.inc.php, 1.6.2.9
Date: Wed, 30 Jun 2004 06:04:58 +0200

Update of /phpgwapi/inc
Modified Files:
        Branch: Version-0_9_16-branch
          class.setup_detection.inc.php

date: 2004/06/30 04:04:58;  author: skwashd;  state: Exp;  lines: +6 -3

Log Message:
fix ob problem
=====================================================================
Index: phpgwapi/inc/class.setup_detection.inc.php
diff -u phpgwapi/inc/class.setup_detection.inc.php:1.6.2.8 
phpgwapi/inc/class.setup_detection.inc.php:1.6.2.9
--- phpgwapi/inc/class.setup_detection.inc.php:1.6.2.8  Tue Feb 10 13:51:18 2004
+++ phpgwapi/inc/class.setup_detection.inc.php  Wed Jun 30 04:04:58 2004
@@ -255,8 +255,11 @@
                        // _debug_array($setup_info);
 
                        //error message supression
-                       flush(); //push what we have
-                       ob_start(); //get the output
+                       if(! @$_POST['debug'])
+                       {
+                               flush(); //push what we have
+                               ob_start(); //get the output
+                       }
 
                        if(!isset($setup_info['phpgwapi']['currentver']))
                        {




reply via email to

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