Bug #186
small fix
| Status: | Resolved | Start date: | 28 Mar 2013 | |
|---|---|---|---|---|
| Priority: | Low | Due date: | ||
| Assignee: | - | % Done: | 0% |
|
| Category: | - | |||
| Target version: | - |
Description
In kayako_ldap.php
on line 135
if (!KAYAKO_LDAP_IMPORT_TITLE) {
must be
if (KAYAKO_LDAP_IMPORT_TITLE) {
History
Updated by Bryan Heath almost 13 years ago
Good catch. Fixed on SVN
Updated by Bryan Heath almost 13 years ago
- Status changed from New to Resolved
Updated by Artem Runner almost 13 years ago
i've forgot that in code line 177 same issue
and thank you for this script!
Updated by Bryan Heath almost 13 years ago
Got it. Added to SVN