Ignore:
Timestamp:
05/05/10 15:52:35 (14 years ago)
Author:
rodsouza
Message:

Ticket #1058 - Adaptando todo o expressoAdmin1_2 para não realizar reload.

File:
1 edited

Legend:

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

    r1913 r2712  
    416416                        ldap_set_option($ldap_conn, LDAP_OPT_REFERRALS, 0); 
    417417                        ldap_bind($ldap_conn,$dn,$passwd); 
    418                          
     418 
     419                        $sort = array( ); 
    419420                        if ($type == 'accounts') 
    420421                        { 
Note: See TracChangeset for help on using the changeset viewer.