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

Ticket #1058 - Permitindo o envio de formulário por requisição background

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/expressoMail1_2/inc/class.ldap_functions.inc.php

    r2517 r2802  
    469469                    } 
    470470                } 
    471                 return array("users" => $user_options, "groups" => $group_options); 
     471                return json_encode( array("users" => $user_options, "groups" => $group_options) ); 
    472472        } 
    473473 
     
    623623            } 
    624624        } 
    625         return array("users" => $user_options, "groups" => $group_options); 
     625        return json_encode( array("users" => $user_options, "groups" => $group_options) ); 
    626626    } 
    627627 
Note: See TracChangeset for help on using the changeset viewer.