test tweaks and updated examples
[civicrm-core.git] / api / v3 / examples / Activity / DateTimeHigh.php
index e5b1d9840281af75c0a7bac7d82746eb3fcc5131..1242157cef9f5b0480a117efea6481757557a1a1 100644 (file)
@@ -5,7 +5,7 @@
  */
 function activity_get_example(){
 $params = array(
-  'source_contact_id' => 17,
+  'source_contact_id' => 1,
   'filter.activity_date_time_high' => '20120101000000',
   'sequential' => 1,
 );
@@ -49,7 +49,7 @@ function activity_get_expectedresult(){
           'is_auto' => 0,
           'is_current_revision' => '1',
           'is_deleted' => 0,
-          'source_contact_id' => '17',
+          'source_contact_id' => '1',
         ),
     ),
 );