Ignore:
Timestamp:
04/05/10 16:31:25 (14 years ago)
Author:
rodsouza
Message:

Ticket #1009 - Removendo a chamada redundante ao método 'phpgw_header' no ExpressoLivre?

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/phpgwapi/inc/class.phpgw.inc.php

    r2 r2419  
    147147                                $url = $_SERVER['PHP_SELF']; 
    148148                        } 
     149                        if ( array_key_exists( 'HTTP_BACKGROUNDREQUEST', $_SERVER ) ) 
     150                        { 
     151                                if ( strpos( $url, '?' ) === false ) 
     152                                        $url .= '?'; 
     153                                $url .= 'BackgroundRequest=requested'; 
     154                        } 
    149155                        if($iis) 
    150156                        { 
Note: See TracChangeset for help on using the changeset viewer.