From 75cfdae56ee6f8c10fb3978200ea261acff94d56 Mon Sep 17 00:00:00 2001 From: dheeyi Date: Mon, 13 Apr 2015 17:22:52 -0400 Subject: [PATCH] =?UTF-8?q?PM-2227=20DesignerBPMN>Triggers>PMFunction=20:?= =?UTF-8?q?=20La=20function=20"userUpdate"=20modifica=20datos=20del=20usua?= =?UTF-8?q?rio=20que=20no=20se=20configuraron=20en=20el=20trigger.=20Causa?= =?UTF-8?q?=20:=20Este=20fue=20ocaciona=20a=20la=20confusion=20de=202=20la?= =?UTF-8?q?bels=20que=20poseian=20similar=20nombre.=20Soluci=C3=B3=20Se=20?= =?UTF-8?q?corrigio=20ese=20detalle.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- workflow/engine/classes/class.pmFunctions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workflow/engine/classes/class.pmFunctions.php b/workflow/engine/classes/class.pmFunctions.php index d062d39ea..2c16891b0 100755 --- a/workflow/engine/classes/class.pmFunctions.php +++ b/workflow/engine/classes/class.pmFunctions.php @@ -2133,7 +2133,7 @@ function PMFCreateUser ($userId, $password, $firstname, $lastname, $email, $role * @link http://wiki.processmaker.com/index.php/ProcessMaker_Functions#PMFUpdateUser.28.29 * * @param string(32) | $userUid | User UID | The user UID. - * @param string(32) | $userName | User ID | The username for the user. + * @param string(32) | $userName | Username | The username for the user. * @param string(32) | $firstName=null | Firstname of the user | Optional parameter. The first name of the user, which can be up to 50 characters long. * @param string(32) | $lastName=null | Lastname of the user | Optional parameter. The last name of the user, which can be up to 50 characters long. * @param string(32) | $email=null | Email the user | Optional parameter. The email of the user, which can be up to 100 characters long.