From b831016e10703487ffd86fa39d3841176de7ac32 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Chapeaux?= Date: Fri, 6 Jul 2001 22:19:37 +0000 Subject: [PATCH] removed an unnecessary ';'! --- tbl_properties.php3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tbl_properties.php3 b/tbl_properties.php3 index 6e79ceb7d..b4b844640 100755 --- a/tbl_properties.php3 +++ b/tbl_properties.php3 @@ -230,7 +230,7 @@ if (MYSQL_MAJOR_VERSION == "3.23" && intval(MYSQL_MINOR_VERSION)>3 && $tbl_type! echo ""; echo ""; $query = "server=$server&lang=$lang&db=$db&table=$table&goto=tbl_properties.php3"; - echo "[$strOptimizeTable]"; + echo "[$strOptimizeTable]"; echo ""; echo "\n"; }