aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPCopyTable.m
diff options
context:
space:
mode:
Diffstat (limited to 'Source/SPCopyTable.m')
-rw-r--r--Source/SPCopyTable.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/SPCopyTable.m b/Source/SPCopyTable.m
index c54e0cee..045d7856 100644
--- a/Source/SPCopyTable.m
+++ b/Source/SPCopyTable.m
@@ -864,7 +864,7 @@ NSInteger MENU_EDIT_COPY_AS_SQL = 2003;
input = [self rowsAsCsvStringWithHeaders:YES onlySelectedRows:YES];
}
else if([inputAction isEqualToString:SPBundleInputSourceSelectedTableRowsAsSqlInsert]) {
- input = [self selectedRowsAsSqlInsertsOnlySelectedRows:YES];
+ input = [self rowsAsSqlInsertsOnlySelectedRows:YES];
}
else if([inputAction isEqualToString:SPBundleInputSourceTableRowsAsTab]) {
input = [self rowsAsTabStringWithHeaders:YES onlySelectedRows:NO];