Example #1
0
function konzilo_get_queues()
{
    return konzilo_get_data('queues', array(), NULL, array('organisation' => get_option('konzilo_organisation')));
}
Example #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);
}