var name is curpw and not currentpw.
authortokul <tokul@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Sun, 27 Feb 2005 16:42:56 +0000 (16:42 +0000)
committertokul <tokul@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Sun, 27 Feb 2005 16:42:56 +0000 (16:42 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8900 7612ce4b-ef26-0410-bec9-ea0150e637f0

plugins/change_password/backend/vmailmgrd.php

index 17ba19ff1938c6f1c7a13748b3160ab3bcfd3fe1..0a6479583e52b7f6261b1de74b19065bd670922f 100644 (file)
@@ -145,7 +145,7 @@ function cpw_vmailmgrd_init(){
 /**
  * function used to change password in change_password plugin hooks.
  *
- * @param array data The username/currentpw/newpw data.
+ * @param array $data The username/curpw/newpw data.
  * @return array Array of error messages.
  */
 function cpw_vmailmgrd_dochange($data)