Merge pull request #1262 from eileenmcnaughton/CRM-13072-more-upgrades
[civicrm-core.git] / templates / CRM / common / civicrm.settings.php.tpl
index 2f456ffb4df1b942f540dfb9ff360260dd4810c1..94d394321bbf7b1f87c7117662053114dc2ec3f5 100644 (file)
@@ -170,11 +170,6 @@ define( 'CIVICRM_UF_BASEURL'      , '%%baseURL%%' );
  */
 define( 'CIVICRM_SITE_KEY', '%%siteKey%%' );
 
-/*
- * If you want to disable IDS, set this to 0.
- */
-define( 'CIVICRM_IDS_ENABLE', 1);
-
 /**
  * Enable this constant, if you want to send your email through the smarty
  * templating engine(allows you to do conditional and more complex logic)