aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--TableDump.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/TableDump.m b/TableDump.m
index fd614817..93204438 100644
--- a/TableDump.m
+++ b/TableDump.m
@@ -547,7 +547,7 @@
//perform query
[mySQLConnection queryString:[NSString stringWithFormat:@"INSERT INTO `%@` (%@) VALUES (%@)",
- [tablesListInstance table],
+ [fieldMappingPopup titleOfSelectedItem],
fNames,
fValues]];