Added a limitation feature for data dumps thanks to Girish Nair and Vinay

This commit is contained in:
Loïc Chapeaux
2001-07-13 17:18:11 +00:00
parent 18f3a14292
commit c74a33e567
27 changed files with 269 additions and 115 deletions

View File

@@ -152,7 +152,7 @@ else
$dump_buffer.= "#$crlf$crlf";
$tmp_buffer="";
get_table_content($db, $table, "my_handler");
get_table_content($db, $table, $limit_from, $limit_to, 'my_handler');
$dump_buffer.=$tmp_buffer;
}
$i++;