From: Argiris K. <be...@us...> - 2005-12-12 12:10:49
|
Update of /cvsroot/magicajax/magicajax/Core In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22148/Core Modified Files: Util.cs Log Message: Password textboxes are ignored for the ReflectUpdatedFormValues method. Index: Util.cs =================================================================== RCS file: /cvsroot/magicajax/magicajax/Core/Util.cs,v retrieving revision 1.15 retrieving revision 1.16 diff -C2 -d -r1.15 -r1.16 *** Util.cs 12 Dec 2005 05:31:17 -0000 1.15 --- Util.cs 12 Dec 2005 12:10:41 -0000 1.16 *************** *** 156,160 **** { case "text": - case "password": if (attrNameValues.ContainsKey("value")) { --- 156,159 ---- |