Changeset 1455

Show
Ignore:
Timestamp:
12/13/07 22:43:18 (9 months ago)
Author:
misja
Message:

Misja Hoebe <misja@curverider.co.uk> Merge r1454 into trunk

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • devel/auth/ldap/lib.php

    r1288 r1455  
    4949         */ 
    5050 
    51         function ldap_init_connection($host, $port, $protocol_ver, $bind_dn='', $bind_pwd='') { 
     51        function ldap_init_connection($host, $port, $protocol_version, $bind_dn='', $bind_pwd='') { 
    5252 
    5353                global $messages; 
     
    5757        $ds = @ldap_connect($host, $port); 
    5858 
    59         @ldap_set_option($ds, LDAP_OPT_PROTOCOL_VERSION, $version); 
     59        @ldap_set_option($ds, LDAP_OPT_PROTOCOL_VERSION, $protocol_version); 
    6060 
    6161        // Start the LDAP bind process