Changeset 2843


Ignore:
Timestamp:
05/24/10 16:59:54 (14 years ago)
Author:
niltonneto
Message:

Ticket #1087 - Corrigido problema ocasionado pela falta do "ob_start()".

Location:
branches/2.0
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/2.0/doc-expressolivre/debian/arqs-conf/header.inc.php

    r1358 r2843  
    1818        * the absolute path to fit your site, and you should be up and running.    * 
    1919        \**************************************************************************/ 
    20  
     20        ob_start(); 
    2121        define('PHPGW_SERVER_ROOT','/var/www/expresso'); 
    2222        define('PHPGW_INCLUDE_ROOT','/var/www/expresso'); 
     
    127127        { 
    128128                include(PHPGW_API_INC . '/functions.inc.php'); 
    129                 include(PHPGW_API_INC . '/xml_functions.inc.php'); 
    130                 include(PHPGW_API_INC . '/soap_functions.inc.php'); 
    131129        } 
    132130        $connection_id = $GLOBALS['phpgw']->session->sessionid; 
Note: See TracChangeset for help on using the changeset viewer.