Ignore:
Timestamp:
05/04/10 18:58:04 (14 years ago)
Author:
rodsouza
Message:

Ticket #1058 - Corrigindo problemas no expressoAdmin1_2.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/expressoAdmin1_2/inc/class.shared_accounts.inc.php

    r1983 r2707  
    110110                        $return['mailquota_used'] = $quota['mailquota_used'];                         
    111111                        $i = 0; 
     112                                                error_log( var_export( $owners_acl, true ), 3, '/tmp/log' ); 
    112113                        if( is_array($owners_acl) ){ 
    113114                                foreach($owners_acl as $key => $value) 
     
    124125                                $return['owners_acl'] = false; 
    125126                        }                         
    126                         return $return; 
     127                                                error_log( var_export( $return, true ), 3, '/tmp/log' ); 
     128                        return json_encode( $return ); 
    127129                } 
    128130                function delete($params){ 
Note: See TracChangeset for help on using the changeset viewer.