Changeset 1358


Ignore:
Timestamp:
08/21/09 11:19:36 (15 years ago)
Author:
niltonneto
Message:

Ticket #596 - Correção do header.inc.php do instalador. Problema detectado no ticket #625.

File:
1 edited

Legend:

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

    r1336 r1358  
    134134                if (!isset($_SESSION['connection_db_info'])) 
    135135                { 
    136                 $GLOBALS['phpgw']->db->query("select sessionid, ip, browser from phpgw_access_log where account_id <> 0 and lo = 0 and sessionid='{$GLOBALS['phpgw']->session->sessionid}' limit 1",__LINE__,__FILE__); 
     136                $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__); 
    137137                $GLOBALS['phpgw']->db->next_record( ); 
    138138                $_SESSION['connection_db_info']['user_auth'] = $GLOBALS['phpgw']->db->row( ); 
Note: See TracChangeset for help on using the changeset viewer.