by default set entity generation to false CRM-13938
authorkurund <kurund@civicrm.org>
Mon, 16 Dec 2013 18:33:47 +0000 (10:33 -0800)
committerkurund <kurund@civicrm.org>
Sat, 15 Feb 2014 01:05:59 +0000 (17:05 -0800)
----------------------------------------
* CRM-13938: Create Annotations for entity files
  http://issues.civicrm.org/jira/browse/CRM-13938

xml/GenCode.php

index 8bb7939a4f1bfece5a4a021e89a0cf16a5f14fcd..d3d4ff17624829321c0fd2d0e4ac829ceacf59a1 100644 (file)
@@ -18,7 +18,7 @@ date_default_timezone_set('UTC'); // avoid php warnings if timezone is not set -
 define('CIVICRM_UF', 'Drupal');
 
 // this should be true if you want to generate entities instead of DAO
-define('CIVICRM_GEN_ENTITY', TRUE);
+define('CIVICRM_GEN_ENTITY', FALSE);
 
 require_once 'CRM/Core/ClassLoader.php';
 CRM_Core_ClassLoader::singleton()->register();