From 5de3158ea6e4c83e2d07664c48b8a9aa1cda966b Mon Sep 17 00:00:00 2001 From: tokul Date: Fri, 11 Mar 2005 08:01:02 +0000 Subject: [PATCH] phpdoc fix git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8980 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- plugins/change_password/backend/ldap.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/change_password/backend/ldap.php b/plugins/change_password/backend/ldap.php index b94bf053..80bd0a40 100644 --- a/plugins/change_password/backend/ldap.php +++ b/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=''; -- 2.25.1