Browse Source

phpdoc fix

tokul 20 years ago
parent
commit
6c155f5b79
1 changed files with 1 additions and 1 deletions
  1. 1 1
      plugins/change_password/backend/ldap.php

+ 1 - 1
plugins/change_password/backend/ldap.php

@@ -38,7 +38,7 @@ $cpw_ldap_port=389;
 /**
  * LDAP basedn that is used for binding to LDAP server.
  * this option must be set to correct value.
- * @global $cpw_ldap_basedn;
+ * @global string $cpw_ldap_basedn;
  */
 global $cpw_ldap_basedn;
 $cpw_ldap_basedn='';