wip
This commit is contained in:
parent
307ab92bc0
commit
df81ac8622
@ -138,7 +138,9 @@ if (GETPOST("notolderthan", 'int')) {
|
|||||||
if (GETPOST("author", 'apha')) {
|
if (GETPOST("author", 'apha')) {
|
||||||
$filters['author'] = GETPOST("author", 'apha');
|
$filters['author'] = GETPOST("author", 'apha');
|
||||||
}
|
}
|
||||||
|
if (GETPOST("module", 'apha')) {
|
||||||
|
$filters['module'] = GETPOST("module", 'apha');
|
||||||
|
}
|
||||||
// Check config
|
// Check config
|
||||||
if (empty($conf->global->MAIN_AGENDA_XCAL_EXPORTKEY)) {
|
if (empty($conf->global->MAIN_AGENDA_XCAL_EXPORTKEY)) {
|
||||||
$user->getrights();
|
$user->getrights();
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user