git-svn-id: http://svn.code.sf.net/p/itop/code/trunk@3422 a333f486-631f-4898-b8df-5754b55c2be0
@@ -267,7 +267,7 @@ function ValidateWithPattern(sFieldId, bMandatory, sPattern, sFormId, aForbidden
{
$('#v_'+sFieldId).addClass('ui-state-error');
iFieldIdPos = jQuery.inArray(sFieldId, oFormValidation[sFormId]);
- if (iFieldPos == -1)
+ if (iFieldIdPos == -1)
oFormValidation[sFormId].push(sFieldId);
}