From 0b4023b7db4032433c92b80e9945647dfde40032 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Chapeaux?= Date: Sun, 28 Apr 2002 07:26:52 +0000 Subject: [PATCH] Replaced a "require" by an include --- ChangeLog | 21 ++++++++++++--------- tbl_properties.php3 | 12 +++++------- 2 files changed, 17 insertions(+), 16 deletions(-) diff --git a/ChangeLog b/ChangeLog index e5458aab7..b4b52b5a8 100755 --- a/ChangeLog +++ b/ChangeLog @@ -5,18 +5,21 @@ phpMyAdmin - Changelog $Id$ $Source$ +2002-04-28 Loïc Chapeaux + * tbl_properties.php3, line 395: replaced a "require" by an include. + 2002-04-27 Marc Delisle - * tbl_properties.php3, new tbl_properties_links.php3: - remove duplicate links code + * tbl_properties.php3, new tbl_properties_links.php3: + remove duplicate links code. 2002-04-27 Alexander M. Turek - * Recompressed old ChangeLog without saving its path in the archive. - * header.inc.php3: - - Patch #548696 (DB/Table titles should be links), thanks to - Ray Black . - - lines: 161-164: Undefined variable - * common.lib.php3, lines 162, 163, 435-437: Fixed bug #549570 - (Strange error if controluser is invalid) + * Recompressed old ChangeLog without saving its path in the archive. + * header.inc.php3: + - Patch #548696 (DB/Table titles should be links), thanks to + Ray Black . + - lines: 161-164: Undefined variable. + * common.lib.php3, lines 162, 163, 435-437: Fixed bug #549570 + (Strange error if controluser is invalid). 2002-04-27 Loïc Chapeaux * Documentation.html: diff --git a/tbl_properties.php3 b/tbl_properties.php3 index 1189ab192..553aba60b 100755 --- a/tbl_properties.php3 +++ b/tbl_properties.php3 @@ -145,10 +145,7 @@ if (PMA_MYSQL_INT_VERSION >= 32303) { } mysql_free_result($result); -echo "\n"; - ?> - -' . "\n"; require('./tbl_properties_links.php3'); if (!empty($show_comment)) { @@ -391,10 +388,11 @@ echo "\n"; * links again */ if ($fields_cnt > 20) { - ?> + ?> - 20) echo "\n\n";