Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
AStA
Raumbuchungstool
Commits
7fc3d49e
Commit
7fc3d49e
authored
Jul 31, 2021
by
Leon Tappe
🔥
Browse files
fix sprintf arguments for deny studyspace
parent
e77b46e3
Changes
1
Hide whitespace changes
Inline
Side-by-side
php/reservations.php
View file @
7fc3d49e
...
...
@@ -919,7 +919,7 @@ function denyReservation($q)
"body"
=>
$mail_body
);
}
else
if
(
$rotype
==
5
)
{
$mail_body
=
sprintf
(
$config
[
"reservation_denied_outbound_ss"
][
"body"
],
$fe
,
$te
);
$mail_body
=
sprintf
(
$config
[
"reservation_denied_outbound_ss"
][
"body"
],
$roln
,
$fe
,
$te
);
$mail_options
=
array
(
"to"
=>
array
(
array
(
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment