Changeset 1195
- Timestamp:
- 07/10/07 14:24:28 (1 year ago)
- Files:
-
- devel/auth/ldap/lib.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
devel/auth/ldap/lib.php
r1187 r1195 185 185 global $CFG, $messages; 186 186 187 if (!function_exists( ldap_connect)) {187 if (!function_exists('ldap_connect')) { 188 188 $messages[] = 'No PHP LDAP module available, please contact the system administrator.'; 189 189 return false;
