Exemplo n.º 1
0
function konzilo_get_queues()
{
    return konzilo_get_data('queues', array(), NULL, array('organisation' => get_option('konzilo_organisation')));
}
Exemplo n.º 2
0
function konzilo_get_queues()
{
    $args = array('organisation' => get_option('konzilo_organisation'), 'channel' => get_option('konzilocustom_site'));
    return konzilo_get_data('queues', array(), NULL, $args);
}