diff --git a/ChangeLog b/ChangeLog index 1653c9bd6..cfa4e43fe 100755 --- a/ChangeLog +++ b/ChangeLog @@ -8,6 +8,9 @@ $Source$ 2003-03-01 Marc Delisle * lang/english: typo * tbl_dump.php3: undefined variable $use_comments + * tbl_properties_export.php3: bug 692143: now we remove the + LIMIT clause from the original query to use the limits entered + on the export form 2003-03-01 Michal Cihar * tbl_indexes.php3: Cleaner solution for showing query after changing diff --git a/tbl_properties_export.php3 b/tbl_properties_export.php3 index 78d589b44..f9680b196 100755 --- a/tbl_properties_export.php3 +++ b/tbl_properties_export.php3 @@ -19,6 +19,35 @@ require('./tbl_properties_table_info.php3');