Changeset 5812 for trunk/login.php


Ignore:
Timestamp:
03/26/12 12:38:44 (12 years ago)
Author:
acoutinho
Message:

Ticket #2434 - Correcao e melhoria na edicao e remocao no compartilhamentos de agendas

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/login.php

    r5804 r5812  
    133133            $_SESSION['wallet']['user']['cn']             =  $GLOBALS['phpgw_info']['user']['firstname'].' '.$GLOBALS['phpgw_info']['user']['lastname']; 
    134134            $_SESSION['wallet']['user']['mail']           =  $GLOBALS['phpgw_info']['user']['email']; 
    135              
    136              
    137             ob_start(); 
    138             print_r($GLOBALS['phpgw_info']['user']); 
    139  
    140             $output = ob_get_clean(); 
    141             file_put_contents( "/tmp/acoutinho.log",  $output , FILE_APPEND); 
    142          
    143  
    144              
    145          
     135     
    146136            $_SESSION['wallet']['Sieve']['user']          =  $GLOBALS['phpgw_info']['user']['account_lid']; 
    147137            $_SESSION['wallet']['Sieve']['password']      =  $GLOBALS['phpgw_info']['user']['passwd']; 
Note: See TracChangeset for help on using the changeset viewer.