Changeset 2852 for branches


Ignore:
Timestamp:
05/25/10 11:34:14 (14 years ago)
Author:
niltonneto
Message:

Ticket #1041 - Removido linhas nos arquivos de instalação, referente à [2850].

Location:
branches/2.0
Files:
2 edited

Legend:

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

    r2843 r2852  
    130130        $connection_id = $GLOBALS['phpgw']->session->sessionid; 
    131131        if (!strlen($connection_id) != 32){ 
    132                 if (!isset($_SESSION['connection_db_info'])) 
    133                 { 
    134                 $GLOBALS['phpgw']->db->query("select trim(sessionid), ip, browser from phpgw_access_log where account_id <> 0 and lo = 0 and sessionid='{$GLOBALS['phpgw']->session->sessionid}' limit 1",__LINE__,__FILE__); 
    135                 $GLOBALS['phpgw']->db->next_record( ); 
    136                 $_SESSION['connection_db_info']['user_auth'] = $GLOBALS['phpgw']->db->row( ); 
    137                 } 
    138132                include("header.session.inc.php"); 
    139133        } 
Note: See TracChangeset for help on using the changeset viewer.