forgot to modify show_pdf.php...

This commit is contained in:
Michael Clemens 2009-05-12 20:22:22 +00:00
parent 53b848f605
commit 94c879b58b
1 changed files with 1 additions and 1 deletions

View File

@ -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();