Skip to content

Commit

Permalink
Merge pull request #11698 from reneolivo/patch-1
Browse files Browse the repository at this point in the history
Fix wrong tag defintion
  • Loading branch information
totten authored Feb 20, 2018
2 parents 159a0a9 + ebc1e76 commit e5422f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/CRM/Contact/Import/Form/DataSource.hlp
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
<tr><td>{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}</td></tr>
<tr><td><strong>{ts}SQL Query{/ts}</strong></td></tr>
<tr><td>{ts}A direct SQL query in the form of a SELECT query. For example:{/ts}</td></tr>
<tr><td><code>SELECT first_name, last_name, email FROM somedatabase.sometable</code><td></tr>
<tr><td><code>SELECT first_name, last_name, email FROM somedatabase.sometable</code></td></tr>
<tr><td>{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}</td></tr>
</table>
</p>
Expand Down

0 comments on commit e5422f3

Please sign in to comment.