# HG changeset patch # User Matti Hamalainen # Date 1440480736 -10800 # Node ID 6a7ff339b4bb5829b62c88fd7bf8a5fc7b0af3e8 # Parent f8ae384b817e5f90a5cd9b4aacbc124e9b37d1fe Keep track of subcolumns for grouped entries. diff -r f8ae384b817e -r 6a7ff339b4bb index.php --- a/index.php Tue Aug 25 08:31:20 2015 +0300 +++ b/index.php Tue Aug 25 08:32:16 2015 +0300 @@ -272,6 +272,7 @@ $out .= ""; // Print rest of the data + $ncol = 1; for ($i = 1; $i < $maxColumns; $i++) { $out .= ""; @@ -283,6 +284,7 @@ $out .= ""; } $out .= ""; + $ncol++; } $out .= "";