Changeset 1195

Show
Ignore:
Timestamp:
07/10/07 14:24:28 (1 year ago)
Author:
misja
Message:

Fixed missing quotes.

Files:

Legend:

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

    r1187 r1195  
    185185        global $CFG, $messages; 
    186186 
    187         if (!function_exists(ldap_connect)) { 
     187        if (!function_exists('ldap_connect')) { 
    188188            $messages[] = 'No PHP LDAP module available, please contact the system administrator.'; 
    189189            return false;