Commit aada7532c9d2a907c4bb6e45c1b89af165c4d3d5

Authored by Brian Manning
1 parent 3f047791af

table_demo: changed output filename

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

... ... @@ -29,7 +29,7 @@
29 29 date_default_timezone_set("America/Los_Angeles");
30 30  
31 31 //require_once('tcpdf_include.php');
32   -$outfile = __DIR__ . '/table_output.pdf';
  32 +$outfile = __DIR__ . '/pdflib_table_output.pdf';
33 33  
34 34 // page placement defaults
35 35 $pageTopYPortrait = 750;