소스 검색

removing debugging data

Arnaud Ligot 14 년 전
부모
커밋
74f029b872
1개의 변경된 파일0개의 추가작업 그리고 5개의 파일을 삭제
  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') {