Better wording when adding fields (bug #991096).

This commit is contained in:
Michal Čihař
2004-09-29 14:53:20 +00:00
parent eac9747099
commit f09e59f8b1
107 changed files with 509 additions and 397 deletions

View File

@@ -34,6 +34,7 @@ PMA_DBI_select_db($db);
$abort = FALSE;
if (isset($submit_num_fields)) {
$regenerate = TRUE;
$num_fields = $orig_num_fields + $added_fields;
} else if (isset($submit)) {
$sql_query = $query_cpy = '';