Changeset 1988298
- Timestamp:
- 12/07/2018 08:32:47 PM (7 years ago)
- Location:
- ugrm
- Files:
-
- 2 edited
- 1 copied
-
tags/2.1 (copied) (copied from ugrm/trunk)
-
tags/2.1/ldap.php (modified) (1 diff)
-
trunk/ldap.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
ugrm/tags/2.1/ldap.php
r1867722 r1988298 19 19 $this->basedn = $config['basedn']; 20 20 $this->ldap_uri = $config['ldapUri']; 21 $this->log_path = array_key_exists($config['queryLogPath'] ) ? $config['queryLogPath'] : NULL;21 $this->log_path = array_key_exists($config['queryLogPath'], $config) ? $config['queryLogPath'] : NULL; 22 22 $this->setLink(); 23 23 } -
ugrm/trunk/ldap.php
r1867722 r1988298 19 19 $this->basedn = $config['basedn']; 20 20 $this->ldap_uri = $config['ldapUri']; 21 $this->log_path = array_key_exists($config['queryLogPath'] ) ? $config['queryLogPath'] : NULL;21 $this->log_path = array_key_exists($config['queryLogPath'], $config) ? $config['queryLogPath'] : NULL; 22 22 $this->setLink(); 23 23 }
Note: See TracChangeset
for help on using the changeset viewer.