[OFBiz] SVN: r6580 - trunk/framework/webtools/webapp/webtools/print
jaz@svn.ofbiz.org
jaz at svn.ofbiz.org
Wed Jan 25 11:54:33 CST 2006
Author: jaz
Date: 2006-01-25 11:54:32 -0600 (Wed, 25 Jan 2006)
New Revision: 6580
Modified:
trunk/framework/webtools/webapp/webtools/print/printStart.ftl
Log:
fixed bug
Modified: trunk/framework/webtools/webapp/webtools/print/printStart.ftl
===================================================================
--- trunk/framework/webtools/webapp/webtools/print/printStart.ftl 2006-01-25 17:47:54 UTC (rev 6579)
+++ trunk/framework/webtools/webapp/webtools/print/printStart.ftl 2006-01-25 17:54:32 UTC (rev 6580)
@@ -26,7 +26,7 @@
*@since 3.5
-->
<#assign serverRoot = Static["org.ofbiz.base.util.UtilHttp"].getInitialServerRootUrl(request)>
-<#assign resetCookie = request.getParameter("reset-cookies")?default("false)>
+<#assign resetCookie = request.getParameter("reset-cookies")?default("false")>
<#assign serverHost = request.getServerName()>
<#assign screenMap = (requestAttributes.screenPrinterMap)?if_exists>
<#assign screens = (screenMap.keySet())?if_exists>
More information about the Svn
mailing list