From 102ef16a3639ffa5dfdb70ced4c00a38be925ae0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Chapeaux?= Date: Fri, 26 Jul 2002 10:16:17 +0000 Subject: [PATCH] parse error --- pdf_schema.php3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pdf_schema.php3 b/pdf_schema.php3 index 908e662ac..2a0619646 100644 --- a/pdf_schema.php3 +++ b/pdf_schema.php3 @@ -853,7 +853,7 @@ class PMA_RT . ' AND pdf_page_number = ' . $which_rel; $tab_rs = PMA_query_as_cu($tab_sql); if (!$tab_rs || !mysql_num_rows($tab_rs) > 0) { - $pdf->PMA_PDF_die($GLOBALS['strPdfNoTables']; + $pdf->PMA_PDF_die($GLOBALS['strPdfNoTables']); // die('No tables'); } while ($curr_table = @PMA_mysql_fetch_array($tab_rs)) {