From 51551e6c2aaee0d2c357e000b876c64589a008a1 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Tue, 9 Sep 2008 19:57:04 +0000 Subject: [PATCH] Task extension now shows Primera requests --- inc/libs/task_functions.php | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/inc/libs/task_functions.php b/inc/libs/task_functions.php index bd2f71179f..e71856915b 100644 --- a/inc/libs/task_functions.php +++ b/inc/libs/task_functions.php @@ -323,6 +323,14 @@ ORDER BY d.userid"; $TITLEs[] = TASK_ADMIN_LIST_WERNIS_ALL_TITLE; } + if (EXT_IS_ACTIVE("primera")) { + // List new primera requests + $SQLs[] = "SELECT userid FROM "._MYSQL_PREFIX."_user_primera ORDER BY userid"; + $WHATs[] = "list_primera"; + $DESCRs[] = TASK_ADMIN_LIST_PRIMERA_ALL; + $TITLEs[] = TASK_ADMIN_LIST_PRIMERA_ALL_TITLE; + } + if (EXT_IS_ACTIVE("holiday")) { // List holiday requests $SQLs[] = "SELECT userid FROM "._MYSQL_PREFIX."_user_holidays ORDER BY userid"; -- 2.39.5