From ad92dcb5b130b6543db0b85c322984f521c9ad0c Mon Sep 17 00:00:00 2001 From: Bibiko Date: Fri, 19 Nov 2010 00:26:57 +0000 Subject: =?UTF-8?q?=E2=80=A2=20fixed=20tiny=20issues=20for=20Bundle=20Edit?= =?UTF-8?q?or=20=E2=80=A2=20fixed=20selector=20name=20in=20CopyTable=20for?= =?UTF-8?q?=20Bundle=20Editor=20input=20action?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Source/SPCopyTable.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Source/SPCopyTable.m') 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]; -- cgit v1.2.3