Author: jfthomps
Date: Thu Mar 15 14:48:10 2012
New Revision: 1301012
URL: http://svn.apache.org/viewvc?rev=1301012&view=rev
Log:
VCL-534
$cluster not reset in for loop in viewRequests
modified viewRequests - set $cluster to 0 at end of each run through the for
loop
Modified:
incubator/vcl/trunk/web/.ht-inc/requests.php
Modified: incubator/vcl/trunk/web/.ht-inc/requests.php
URL:
http://svn.apache.org/viewvc/incubator/vcl/trunk/web/.ht-inc/requests.php?rev=1301012&r1=1301011&r2=1301012&view=diff
==============================================================================
--- incubator/vcl/trunk/web/.ht-inc/requests.php (original)
+++ incubator/vcl/trunk/web/.ht-inc/requests.php Thu Mar 15 14:48:10 2012
@@ -842,7 +842,7 @@ function viewRequests() {
$now = time();
for($i = 0, $failed = 0, $timedout = 0, $text = '',
$showcreateimage = 0, $cluster = 0;
$i < $count;
- $i++, $failed = 0, $timedout = 0, $text = '') {
+ $i++, $failed = 0, $timedout = 0, $text = '', $cluster = 0) {
if($requests[$i]['forcheckout'] == 0 &&
$requests[$i]['forimaging'] == 0)
continue;