test tweaks and updated examples
[civicrm-core.git] / api / v3 / examples / ActivityCreate.php
index 38c3dd6ca1da43dff1063d14c929c5cdeef7f192..bd5f4c1d8580238127b119d3346dde6f891c486c 100644 (file)
@@ -5,7 +5,7 @@
  */
 function activity_create_example(){
 $params = array(
-  'source_contact_id' => 17,
+  'source_contact_id' => 1,
   'activity_type_id' => '46',
   'subject' => 'test activity type id',
   'activity_date_time' => '2011-06-02 14:36:13',