Ignore:
Timestamp:
12/21/11 18:42:14 (12 years ago)
Author:
wmerlotto
Message:

Ticket #2398 - Compatibilizando codigo do Expresso, em geral, com PHP >= 5.3

File:
1 edited

Legend:

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

    r3018 r5281  
    9797                        $GLOBALS['phpgw_session']['session_action'] = $action; 
    9898 
    99                         session_register('phpgw_session'); 
    10099                        $_SESSION['phpgw_session'] = $GLOBALS['phpgw_session']; 
    101100 
     
    173172                                $encrypteddata = $GLOBALS['phpgw']->crypto->encrypt($data); 
    174173                                $GLOBALS['phpgw_session']['phpgw_app_sessions'][$appname][$location]['content'] = $encrypteddata; 
    175                                 session_register('phpgw_session'); 
    176174                                $_SESSION['phpgw_session'] = $GLOBALS['phpgw_session']; 
    177175                                return $data; 
Note: See TracChangeset for help on using the changeset viewer.