test tweaks and updated examples
[civicrm-core.git] / api / v3 / examples / Activity / GetTargetandAssignee.php
index 8b83ea741d7b7ff1089015d8fbd5dbb9142a4ef6..e6b7027e23a45a43d8db0d9934ad9e5b0bac625f 100644 (file)
@@ -5,7 +5,7 @@
  */
 function activity__example(){
 $params = array(
-  'source_contact_id' => 17,
+  'source_contact_id' => 1,
   'subject' => 'Make-it-Happen Meeting',
   'activity_date_time' => '20110316',
   'duration' => 120,
@@ -14,8 +14,8 @@ $params = array(
   'status_id' => 1,
   'activity_type_id' => 1,
   'priority_id' => 1,
-  'target_contact_id' => 17,
-  'assignee_contact_id' => 17,
+  'target_contact_id' => 1,
+  'assignee_contact_id' => 1,
 );
 
 try{