show grid

This commit is contained in:
Marc Delisle
2002-05-14 16:58:40 +00:00
parent ce2d6e3cee
commit dd1d1a9a27
47 changed files with 50 additions and 4 deletions

View File

@@ -347,9 +347,9 @@ class rt_table {
if (!isset($pdf_page_number)){
$pdf_page_number = 1;
}
if (!isset($show_grid)){
$show_grid = 0;
}
$show_grid = (isset($show_grid) && $show_grid=='on')? 1:0;
$rt = new RT("auto",$pdf_page_number,0,1,$show_grid);
?>