From 94c879b58bfd871000cbccbc5e7635d2f39672d8 Mon Sep 17 00:00:00 2001 From: Michael Clemens Date: Tue, 12 May 2009 20:22:22 +0000 Subject: [PATCH] forgot to modify show_pdf.php... --- includes/show_pdf.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/show_pdf.php b/includes/show_pdf.php index 140cd28..e569577 100644 --- a/includes/show_pdf.php +++ b/includes/show_pdf.php @@ -44,7 +44,7 @@ $prop=array('HeaderColor'=>array(180,180,180), 'color2'=>array(230,230,230), 'padding'=>2); -$res = $tsmmonitor->fetchArrayDB($_SESSION["lastsql"], $tsmmonitor->conn); +$res = $adodb->fetchArrayDB($_SESSION["lastsql"]); $pdf->Table($_SESSION["lastsql"],$prop,$res); $pdf->Output();