[sword-svn] r362 - trunk/webapp
refdoc at www.crosswire.org
refdoc at www.crosswire.org
Tue Nov 18 23:00:37 MST 2008
Author: refdoc
Date: 2008-11-18 23:00:36 -0700 (Tue, 18 Nov 2008)
New Revision: 362
Modified:
trunk/webapp/init.jsp
Log:
adding the offered languages list to the session
Modified: trunk/webapp/init.jsp
===================================================================
--- trunk/webapp/init.jsp 2008-11-18 19:04:08 UTC (rev 361)
+++ trunk/webapp/init.jsp 2008-11-19 06:00:36 UTC (rev 362)
@@ -428,6 +428,7 @@
session.setAttribute("styleNames", styleNames);
session.setAttribute("styleFiles", styleFiles);
session.setAttribute("rtolLangs", rtolLangs);
+ session.setAttribute("offeredLang", offeredLanguages);
}
%>
More information about the sword-cvs
mailing list