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.ldap_functions.inc.php

    r2459 r2707  
    750750                                unset($u_tmp); 
    751751                        }                        
    752                 return $options; 
     752                return json_encode( $options ); 
    753753                } 
    754754        } 
     
    22922292        $return['status'] = 'true'; 
    22932293        $return['trs'] = $trs_string; 
    2294         return $return; 
     2294        return json_encode( $return ); 
    22952295}        
    22962296         
     
    23862386        $return['status'] = 'true'; 
    23872387        $return['trs'] = $trs_string; 
    2388         return $return; 
     2388        return json_encode( $return ); 
    23892389        } 
    23902390         
Note: See TracChangeset for help on using the changeset viewer.