You are here

function support_client_fetch_one_action in Support Ticketing System 7

File

./support.module, line 136
support.module

Code

function support_client_fetch_one_action(&$entity, $context = array()) {
  $client = support_client_load($context['support_client']);
  if ($client->status && $client->integrate_email) {
    support_client_fetch($client);
  }
}