phpgroupware-developers
[Top][All Lists]
Advanced

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

[Phpgroupware-developers] Setup output buffering question


From: Kai Hofmann
Subject: [Phpgroupware-developers] Setup output buffering question
Date: Thu, 30 Oct 2003 15:14:45 +0100

Within setup/index.php I found the following new code:

                        ob_start();
                        $GLOBALS['phpgw_setup']->db->Halt_On_Error =
'report';

                        switch
($GLOBALS['phpgw_info']['setup']['currentver']['phpgwapi'])
                        {
                  [...]
                        }
                        ob_end_clean();
                        $GLOBALS['phpgw_setup']->db->Halt_On_Error = 'no';

I wonder if it is really a good idea to discard all messages that might
possibly
let somebody know anything about th error?
Because as it look to me the reported errors will also be cleaned away ...
so nobody knows ....

Setting the first Halo_On_Error to "no" should habe the same effect I think.

Or am I wrong?


-- 
*****    Open Source und Linux im professionellen Einsatz    *****
**  komplexe Mailserver, Groupware, Office: sprechen Sie uns an **
Dipl.-Inform. Kai Hofmann                    Team Softwarelösungen
pro|business AG, EXPO Plaza 1 (Deutscher Pavillon), 30539 Hannover
E-Mail: address@hidden,   Tel.: 0511/60066-332, Fax: -355
WWW: http://www.probusiness.de/




reply via email to

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