Add newline
authorColeman Watts <coleman@civicrm.org>
Sat, 5 Dec 2015 16:26:22 +0000 (11:26 -0500)
committerColeman Watts <coleman@civicrm.org>
Sat, 5 Dec 2015 16:26:22 +0000 (11:26 -0500)
CRM/Upgrade/Incremental/sql/4.7.beta2.mysql.tpl

index 803d4883d9e232fa63d51bdddd42d90feb98f8ff..979864fc48240d3a3bda0ec54ab3382a41f63551 100644 (file)
@@ -20,4 +20,4 @@ ALTER TABLE civicrm_contact ALTER COLUMN is_deceased SET DEFAULT 0;
 INSERT INTO `civicrm_job`
 ( domain_id, run_frequency, last_run, name, description, api_entity, api_action, parameters, is_active )
 VALUES
-( {$domainID}, 'Daily' ,  NULL, '{ts escape="sql" skip="true"}CiviCRM Update Check{/ts}', '{ts escape="sql" skip="true"}Checks for CiviCRM version updates. Important for keeping the database secure. Also sends anonymous usage statistics to civicrm.org to to assist in prioritizing ongoing development efforts.{/ts}', 'job', 'version_check', NULL, 1);
\ No newline at end of file
+( {$domainID}, 'Daily' ,  NULL, '{ts escape="sql" skip="true"}CiviCRM Update Check{/ts}', '{ts escape="sql" skip="true"}Checks for CiviCRM version updates. Important for keeping the database secure. Also sends anonymous usage statistics to civicrm.org to to assist in prioritizing ongoing development efforts.{/ts}', 'job', 'version_check', NULL, 1);