svn commit: r582089 - /ofbiz/branches/release4.0/framework/webtools/webapp/webtools/WEB-INF/actions/stats/StatsSinceStart.bsh

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r582089 - /ofbiz/branches/release4.0/framework/webtools/webapp/webtools/WEB-INF/actions/stats/StatsSinceStart.bsh

jleroux@apache.org
Author: jleroux
Date: Thu Oct  4 23:11:36 2007
New Revision: 582089

URL: http://svn.apache.org/viewvc?rev=582089&view=rev
Log:
Applied fix from trunk for revision: 581919

Modified:
    ofbiz/branches/release4.0/framework/webtools/webapp/webtools/WEB-INF/actions/stats/StatsSinceStart.bsh

Modified: ofbiz/branches/release4.0/framework/webtools/webapp/webtools/WEB-INF/actions/stats/StatsSinceStart.bsh
URL: http://svn.apache.org/viewvc/ofbiz/branches/release4.0/framework/webtools/webapp/webtools/WEB-INF/actions/stats/StatsSinceStart.bsh?rev=582089&r1=582088&r2=582089&view=diff
==============================================================================
--- ofbiz/branches/release4.0/framework/webtools/webapp/webtools/WEB-INF/actions/stats/StatsSinceStart.bsh (original)
+++ ofbiz/branches/release4.0/framework/webtools/webapp/webtools/WEB-INF/actions/stats/StatsSinceStart.bsh Thu Oct  4 23:11:36 2007
@@ -24,7 +24,7 @@
 import org.ofbiz.webapp.stats.*;
 
 String clearBins = request.getParameter("clear");
-if (UtilValidate.isNotEmpty(clearBins) && "true".equals(clearBin)) {
+if (UtilValidate.isNotEmpty(clearBins) && "true".equals(clearBins)) {
     ServerHitBin.requestSinceStarted.clear();
     ServerHitBin.eventSinceStarted.clear();
     ServerHitBin.viewSinceStarted.clear();