|
@@ -347,7 +347,8 @@ $ILOSC_PROCES = 0;
|
|
|
*/
|
|
*/
|
|
|
|
|
|
|
|
$dateFltrTypes = $przypomnij->getDateFltrTypes();
|
|
$dateFltrTypes = $przypomnij->getDateFltrTypes();
|
|
|
-
|
|
|
|
|
|
|
+$getLdapGroupsNames=User::getLdapGroupsNames();
|
|
|
|
|
+DEBUG_S(-3,'$getLdapGroupsNames',array($getLdapGroupsNames,$tasks,$sqlAllowedUsersList),__FILE__,__FUNCTION__,__LINE__);
|
|
|
?>
|
|
?>
|
|
|
<table class="tbl-przypomnij table table-bordered table-hover fltr-hide_PO_7_DNIACH fltr-hide_BRAK">
|
|
<table class="tbl-przypomnij table table-bordered table-hover fltr-hide_PO_7_DNIACH fltr-hide_BRAK">
|
|
|
<thead>
|
|
<thead>
|
|
@@ -362,6 +363,9 @@ $dateFltrTypes = $przypomnij->getDateFltrTypes();
|
|
|
<tbody>
|
|
<tbody>
|
|
|
<?php foreach ($tasks as $id => $task) : ?>
|
|
<?php foreach ($tasks as $id => $task) : ?>
|
|
|
<?php
|
|
<?php
|
|
|
|
|
+
|
|
|
|
|
+ if(!(in_array($task->A_CLASSIFIED, $getLdapGroupsNames)) and $task->A_CLASSIFIED!='' ) continue;
|
|
|
|
|
+
|
|
|
if (!$task->_show) continue;
|
|
if (!$task->_show) continue;
|
|
|
|
|
|
|
|
if ($task->_task_type == 'projekt') {
|
|
if ($task->_task_type == 'projekt') {
|