瀏覽代碼

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') {