Browse Source

removing debugging data

Arnaud Ligot 14 years ago
parent
commit
74f029b872
1 changed files with 0 additions and 5 deletions
  1. 0 5
      main/reports/reports.php

+ 0 - 5
main/reports/reports.php

@@ -73,11 +73,6 @@ if ($_REQUEST['format'] == 'html') {
 		foreach ($row as $col)
 			echo '<td>'.$col.'</td>'; 
 		echo "</tr>\n";
-		echo '<tr>';
-		foreach ($row as $col)
-			echo '<td>'.$col.'</td>'; 
-		echo "</tr>\n";
-
 	}
 	echo '</tbody></table>';
 } else if ($_REQUEST['format'] == 'csv') {