From a8a21335e71b6498ab97950b099d6c6e9f683894 Mon Sep 17 00:00:00 2001 From: Erich <erichbschulz@gmail.com> Date: Sun, 19 Jan 2014 19:54:41 +1000 Subject: [PATCH] vague words on record_type_id as discussed with Eileen [here](http://forum.civicrm.org/index.php/topic,31282.0.html) --- xml/schema/Activity/ActivityContact.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xml/schema/Activity/ActivityContact.xml b/xml/schema/Activity/ActivityContact.xml index 037ac24de4..87bce522a9 100644 --- a/xml/schema/Activity/ActivityContact.xml +++ b/xml/schema/Activity/ActivityContact.xml @@ -54,7 +54,7 @@ <name>record_type_id</name> <type>int unsigned</type> <title>Record Type ID</title> - <comment>The record type id for this row</comment> + <comment>Contents vary depending on the activity type. Code using custom activities may use this field as they choose fit.</comment> <pseudoconstant> <optionGroupName>activity_contacts</optionGroupName> </pseudoconstant> -- GitLab