$where = " (1) ";
}
+ /**
+ * No results returned.
+ *
+ * @implements CRM_Utils_Hook::aclWhereClause
+ *
+ * @param string $type
+ * @param array $tables
+ * @param array $whereTables
+ * @param int $contactID
+ * @param string $where
+ */
+ public function aclWhereHookNoResults($type, &$tables, &$whereTables, &$contactID, &$where) {
+ }
+
/**
* All but first results returned.
*
return $result;
}
- /**
- * Delete a UF Join Entry.
- *
- * @param array $params
- * with missing uf_group_id
- */
- public function ufjoinDelete($params = NULL) {
- if ($params === NULL) {
- $params = array(
- 'is_active' => 1,
- 'module' => 'CiviEvent',
- 'entity_table' => 'civicrm_event',
- 'entity_id' => 3,
- 'weight' => 1,
- 'uf_group_id' => '',
- );
- }
-
- crm_add_uf_join($params);
- }
-
/**
* @param array $params
* Optional parameters.