Update of
/var/cvs/contributions/CMSContainer_Modules/community/src/java/com/finalist/cmsc/community/forms
In directory james.mmbase.org:/tmp/cvs-serv16986
Modified Files:
UserAddAction.java
Log Message:
CMSC-990,Redesign Newsletter: Subscribers & Terms tabs
See also:
http://cvs.mmbase.org/viewcvs/contributions/CMSContainer_Modules/community/src/java/com/finalist/cmsc/community/forms
See also: http://www.mmbase.org/jira/browse/CMSC-990
Index: UserAddAction.java
===================================================================
RCS file:
/var/cvs/contributions/CMSContainer_Modules/community/src/java/com/finalist/cmsc/community/forms/UserAddAction.java,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -b -r1.8 -r1.9
--- UserAddAction.java 4 Aug 2008 07:34:54 -0000 1.8
+++ UserAddAction.java 4 Aug 2008 10:35:15 -0000 1.9
@@ -157,7 +157,7 @@
ret.setRedirect(true);
return ret;
}
- else if(tmpForward.equals("communitypreference")) {
+ else if("communitypreference".equals(tmpForward)) {
String path = (String)
httpServletRequest.getSession().getAttribute("path");
path =
path.substring(0,path.indexOf("page")-1)+"&"+path.substring(path.indexOf("page"));
ActionForward ret = new ActionForward(path);
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs