From c05daeb7ae9d726bad01996d0e3f3fbd568cd1bb Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Thu, 7 Dec 2017 08:48:42 -0500 Subject: [PATCH] Correct name case in docs. Change the case for $entityID to $entityId. --- setup/hooksHelp.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/setup/hooksHelp.html b/setup/hooksHelp.html index 2f8fb78..dd5ab2a 100644 --- a/setup/hooksHelp.html +++ b/setup/hooksHelp.html @@ -125,22 +125,22 @@ glm-member-db-save-custom-fields Filter - $entityID + $entityId Save the data for the Member Info Custom Fields. -

$entityID field is an INTEGER that is unique for the member_info record. This points to the related +

$entityId field is an INTEGER that is unique for the member_info record. This points to the related member info record.

glm-member-db-clone-custom-fields Action - $entityID, $newId + $entityId, $newId Clones the custom fields data. Grabs the custom field data for an entity and setup those custom fields for a new id. This is used when cloning the member info record. -

$entityID field is an INTEGER that is unique to the member_info record. This points to the related +

$entityId field is an INTEGER that is unique to the member_info record. This points to the related member info record.

$newId field is an INTEGER that is unique to the cloned member_info record.

-- 2.17.1