removing debugging data

skala
Arnaud Ligot 14 years ago
parent 375c56b75f
commit 74f029b872
  1. 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') {

Loading…
Cancel
Save