Changeset 1520


Ignore:
Timestamp:
10/20/09 15:51:52 (15 years ago)
Author:
eduardoalex
Message:

Ticket #685 - Add algoritimo de login e correção na geração de logins

Location:
trunk/expressoAdmin1_2/inc
Files:
1 added
1 edited

Legend:

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

    r1493 r1520  
    375375                $justthese = array("uid"); 
    376376                $i=1; 
    377                 $login = array("status" => False,"msg" => lang("Login generator disabled")); 
    378                  
     377                $login = array("status" => False,"msg" => $this->functions->lang("Login generator disabled")); 
    379378                if( (isset($this->current_config['expressoAdmin_loginGenScript'])) &&  
    380379                                ($this->current_config['expressoAdmin_loginGenScript'])) { 
     
    390389                                return array( 
    391390                                        "status" => False, 
    392                                         "msg" => lang("Login interface not implemented (contact suport)") 
     391                                        "msg" => $this->functions->lang("Login interface not implemented (contact suport)") 
    393392                                ); 
    394393                        } 
Note: See TracChangeset for help on using the changeset viewer.