Commit c2f8ce2d authored by Côme Chilliet's avatar Côme Chilliet
Browse files

Fixes #4480 Disabling convert and fix to see if it breaks anything

Showing with 2 additions and 1 deletion
+2 -1
......@@ -27,7 +27,7 @@
* Source code for Class LDAP
*/
define("SPECIALS_OVERRIDE", TRUE);
define("SPECIALS_OVERRIDE", FALSE);
/*!
* \brief This class contains all ldap function needed to make
......@@ -112,6 +112,7 @@ class LDAP
* ( => OB
* ) => CB
* / => SL
* " => DQ
* \22 => DQ
* \endcode
*
......
  • bmortier @bmortier

    mentioned in issue #1427

    By Côme Chilliet on 2017-09-02T15:26:10 (imported from GitLab)

    ·

    mentioned in issue #1427

    By Côme Chilliet on 2017-09-02T15:26:10 (imported from GitLab)

    Toggle commit list
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment