[Rapforums-developer] src/source/edu/fullcoll/uportal/channels/rap/forum/commands ThreadModeCommand.
Status: Beta
Brought to you by:
brippe
From: Brad R. <br...@us...> - 2005-02-07 23:56:44
|
Update of /cvsroot/rapforums/src/source/edu/fullcoll/uportal/channels/rap/forum/commands In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31820 Modified Files: ThreadModeCommand.java Log Message: no message Index: ThreadModeCommand.java =================================================================== RCS file: /cvsroot/rapforums/src/source/edu/fullcoll/uportal/channels/rap/forum/commands/ThreadModeCommand.java,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** ThreadModeCommand.java 4 Feb 2005 00:56:34 -0000 1.5 --- ThreadModeCommand.java 7 Feb 2005 23:56:35 -0000 1.6 *************** *** 137,141 **** xslt.setXSL("CForum.ssl", stylesheet, (session.runtimeData).getBrowserInfo()); xslt.setStylesheetParameter("baseActionURL", (session.runtimeData).getBaseActionURL()); ! // I'm sure there is a better way than this to get the base url xslt.setStylesheetParameter("serverInfo", forum.getUportalBaseURL()); xslt.setTarget(out); --- 137,141 ---- xslt.setXSL("CForum.ssl", stylesheet, (session.runtimeData).getBrowserInfo()); xslt.setStylesheetParameter("baseActionURL", (session.runtimeData).getBaseActionURL()); ! // I'm sure there is a better way than this to get the base url xslt.setStylesheetParameter("serverInfo", forum.getUportalBaseURL()); xslt.setTarget(out); |