Changeset 1757944
- Timestamp:
- 11/03/2017 11:48:37 AM (8 years ago)
- File:
-
- 1 edited
-
wp2act/trunk/CRMAddon-Teaser.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wp2act/trunk/CRMAddon-Teaser.php
r1757873 r1757944 827 827 828 828 if(isset($sendField['what_he_wants']) && $sendField['what_he_wants'] !='no'){ 829 $str = '{"startTime":"'.$activityStartTime.'","endTime":"'.$activityEndTime.'","activityTypeName":"Call","scheduledBy":"'.$recordOwner.'","scheduledFor":"'.$retContactInfo->{'fullName'}.'","details":"'.$sendField['comment'].'","contacts":[{"id":"'.$contactId.'","displayName":"'.$retContactInfo->{'fullName'}.'"}],"groups":[{"id":"'.$groupInfo->{'id'}.'","name":"'.$groupInfo->{'recordOwner'}.'"}]}';830 $statusCode = $this->wp2act_createActivity($str);829 $str = '{"startTime":"'.$activityStartTime.'","endTime":"'.$activityEndTime.'","activityTypeName":"Call","scheduledBy":"'.$recordOwner.'","scheduledFor":"'.$retContactInfo->{'fullName'}.'","details":"'.$sendField['comment'].'","contacts":[{"id":"'.$contactId.'","displayName":"'.$retContactInfo->{'fullName'}.'"}],"groups":[{"id":"'.$groupInfo->{'id'}.'","name":"'.$groupInfo->{'recordOwner'}.'"}]}'; 830 $statusCode = $this->wp2act_createActivity($str); 831 831 }else{ 832 $statusCode = 'ok'; 832 if($statusCode != 'create'){ 833 $statusCode = 'ok'; 834 } 833 835 } 834 836 }
Note: See TracChangeset
for help on using the changeset viewer.