Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix wrong tag defintion #11698

Merged
merged 1 commit into from
Feb 20, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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