From 1c56b7f215b5a2133af615d43e84eccb0ab77dc8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Chapeaux?= Date: Fri, 19 Jul 2002 11:58:05 +0000 Subject: [PATCH] PHP3 fixes --- ChangeLog | 2 +- pdf_pages.php3 | 11 ++++++----- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/ChangeLog b/ChangeLog index 25ed1729d..bff6bb875 100755 --- a/ChangeLog +++ b/ChangeLog @@ -6,7 +6,7 @@ $Id$ $Source$ 2002-07-19 Loïc Chapeaux - * pdf_schema.php3; libraries/common.lib.php3: PHP3 fixes. + * pdf_page.php3; libraries/common.lib.php3: PHP3 fixes. * tbl_properties_structure.php3: coding standards. 2002-07-18 Alexander M. Turek diff --git a/pdf_pages.php3 b/pdf_pages.php3 index 094ce4a36..8bfe64e6c 100755 --- a/pdf_pages.php3 +++ b/pdf_pages.php3 @@ -7,7 +7,8 @@ */ require('./libraries/grab_globals.lib.php3'); require('./libraries/common.lib.php3'); -include('./db_details_common.php3'); +require('./db_details_common.php3'); + /** * Settings for relation stuff @@ -114,7 +115,7 @@ if ($cfgRelation['pdfwork']) { $page_rs = PMA_query_as_cu($page_query); if ($page_rs && mysql_num_rows($page_rs) > 0) { ?> -
+ @@ -143,7 +144,7 @@ if ($cfgRelation['pdfwork']) { // Possibility to create a new page: ?> - + @@ -163,7 +164,7 @@ if ($cfgRelation['pdfwork']) {

- + @@ -253,7 +254,7 @@ if ($cfgRelation['pdfwork']) { echo "\n" . '
' . "\n\n"; } // end if - if ($do == "edcoord" || $do == "choosepage") { + if ($do == 'edcoord' || $do == 'choosepage') { ?>