diff --git a/ChangeLog b/ChangeLog index 602ae21b3..88141697a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -83,6 +83,8 @@ $Id$ thanks to Björn Wiberg - bwiberg - bug #2983066 [interface] Flush table on table operations shows the query twice, thanks to Martynas Mickevičius - BlinK_ +- bug #2983060, patch #2987900 [interface] Fix initial state of tables in + designer, thanks to Sutharshan Balachandren. 3.3.2.0 (2010-04-13) - patch #2969449 [core] Name for MERGE engine varies depending on the diff --git a/pmd_general.php b/pmd_general.php index 01a0a2dcc..f5be69818 100644 --- a/pmd_general.php +++ b/pmd_general.php @@ -224,7 +224,7 @@ for ($i = 0; $i < count($GLOBALS['PMD']["TABLE_NAME"]); $i++) {
> + >