From ebc1e76171f9580eb90a59dffd8076ba93c5b869 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Ren=C3=A9=20Olivo?= Date: Tue, 20 Feb 2018 16:03:23 -0400 Subject: [PATCH] Fix wrong tag defintion This notification template has a wrong HTML definition which makes it break a bit . --- templates/CRM/Contact/Import/Form/DataSource.hlp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/CRM/Contact/Import/Form/DataSource.hlp b/templates/CRM/Contact/Import/Form/DataSource.hlp index c4256275df..85287870ec 100644 --- a/templates/CRM/Contact/Import/Form/DataSource.hlp +++ b/templates/CRM/Contact/Import/Form/DataSource.hlp @@ -94,7 +94,7 @@ {ts}A spreadsheet-like file with the contact data in each row. Data fields are separated by commas. You can export to a "CSV" file from most spreadsheet applications, many database managers, as well as other contact management and address book applications. Consult the documentation for your application if you're not sure how to do this. Save this file to your local hard drive (or an accessible drive on your network) - and then choose that file as your Import Upload File.{/ts} {ts}SQL Query{/ts} {ts}A direct SQL query in the form of a SELECT query. For example:{/ts} - SELECT first_name, last_name, email FROM somedatabase.sometable + SELECT first_name, last_name, email FROM somedatabase.sometable {ts}This query can be against a different database, but that database has to be on the same database server and the CiviCRM database user has to have the SELECT privilege (and any other privileges required to execute the query).{/ts}

-- 2.25.1