X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FContact%2FForm%2FCustomData.php;h=8d9d3641cd007229aaf2d1488881f496b622174b;hb=aa0b568b0563900aa6ddc792014cc17af2c3fc90;hp=9e9a6425aaf1d70f7c0febdada3557fec52144d3;hpb=23e35f75793a63e1c50249d322bcf1f2439415f8;p=civicrm-core.git diff --git a/CRM/Contact/Form/CustomData.php b/CRM/Contact/Form/CustomData.php index 9e9a6425aa..8d9d3641cd 100644 --- a/CRM/Contact/Form/CustomData.php +++ b/CRM/Contact/Form/CustomData.php @@ -51,14 +51,14 @@ class CRM_Contact_Form_CustomData extends CRM_Core_Form { protected $_tableId; /** - * entity type of the table id + * Entity type of the table id * * @var string */ protected $_entityType; /** - * entity sub type of the table id + * Entity sub type of the table id * * @var string * @access protected @@ -66,7 +66,7 @@ class CRM_Contact_Form_CustomData extends CRM_Core_Form { protected $_entitySubType; /** - * the group tree data + * The group tree data * * @var array */ @@ -94,7 +94,7 @@ class CRM_Contact_Form_CustomData extends CRM_Core_Form { protected $_groupCollapseDisplay; /** - * custom group id + * Custom group id * * @int * @access public @@ -105,7 +105,7 @@ class CRM_Contact_Form_CustomData extends CRM_Core_Form { public $_copyValueId; /** - * pre processing work done here. + * Pre processing work done here. * * gets session variables for table name, id of entity in table, type of entity and stores them. *