1 ORDER BY `" . hesk_dbEscape($order_by) . "`"); $categories = []; while ($row = hesk_dbFetchAssoc($rs)) { if (!$_SESSION['isadmin'] && !in_array($row['id'], $_SESSION['categories'])) { continue; } $row['css_style'] = $row['color'] == null ? 'color: black; border: solid 1px #000;' : 'background: ' . $row['color']; $categories[] = $row; } /* Print header */ require_once(HESK_PATH . 'inc/headerAdmin.inc.php'); /* Print main manage users page */ require_once(HESK_PATH . 'inc/show_admin_nav.inc.php'); ?>

'month', 1 => 'agendaWeek', 2 => 'agendaDay', ); echo $view_array[$_SESSION['default_calendar_view']]; ?>