--HR-253 Activity.get API - Filter by target_contact_id
[civicrm-core.git] / CRM / Core / DAO.php
index fbd2f6c468f7177e5b3ab8784833ffd0aad32d9a..ae59e51092f162d5f91a77d9c4bf0b7c0912239e 100644 (file)
@@ -1955,4 +1955,6 @@ EOS;
     return substr($string, 0, $length - 8) . "_{$md5string}";
   }
 
+  function setApiFilter(&$params) {}
+
 }