From a4cd759845369271194562ed8028042601bffcbc Mon Sep 17 00:00:00 2001 From: Mike Beck Date: Mon, 23 Sep 2002 15:32:34 +0000 Subject: [PATCH] variable was not always defined, thx Loic --- db_details_structure.php3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/db_details_structure.php3 b/db_details_structure.php3 index 1025f5f9f..23087575c 100644 --- a/db_details_structure.php3 +++ b/db_details_structure.php3 @@ -464,8 +464,8 @@ if ($num_tables > 0 } // end if // is this OK to check for 'class' support? +$takeaway = $url_query . '&table=' . urlencode($table); if ($cfgRelation['pdfwork'] && $num_tables > 0) { - $takeaway = $url_query . '&table=' . urlencode($table); ?>