Browse Source

wrong default left after testing backend.

tokul 19 years ago
parent
commit
853981da02
1 changed files with 1 additions and 1 deletions
  1. 1 1
      functions/abook_ldap_server.php

+ 1 - 1
functions/abook_ldap_server.php

@@ -142,7 +142,7 @@ class abook_ldap_server extends addressbook_backend {
      * @var boolean true if removing/adding/modifying entries is allowed
      * @since 1.5.2
      */
-    var $writeable = true;
+    var $writeable = false;
     /**
      * @var boolean controls ldap search type.
      * only first level entries are displayed if set to false