mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-29 00:34:46 +02:00
minor fixes
This commit is contained in:
parent
c743a2b204
commit
eb64fd8758
@ -105,3 +105,8 @@ span.link {
|
||||
span.link.review {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
#review {
|
||||
padding-top: 2em;
|
||||
padding-left: 6.7em;
|
||||
}
|
||||
|
@ -6275,6 +6275,10 @@ sub notification_get_users {
|
||||
',
|
||||
safe_input($source)
|
||||
);
|
||||
|
||||
@results = map { $_->{'id_user'} } @results;
|
||||
|
||||
return @results;
|
||||
}
|
||||
|
||||
##########################################################################
|
||||
@ -6296,6 +6300,10 @@ sub notification_get_groups {
|
||||
',
|
||||
safe_input($source)
|
||||
);
|
||||
|
||||
@results = map { $_->{'id_group'} } @results;
|
||||
|
||||
return @results;
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user