Toggle navigation
Toggle navigation
This project
Loading...
Sign in
UT
/
ut-tex
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
redmine
2016-09-08 09:36:02 +0300
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
aae528fd7c278d2edfdd89d11ca9996e58578a37
aae528fd
1 parent
47929ee1
Don't "signer2user" if user is set
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
genpdf/genpdf.php
genpdf/genpdf.php
View file @
aae528f
...
...
@@ -157,7 +157,7 @@ header( "Content-Type: text/plain" );
//print_r ($_GET); die();
//print_r($_GET);
if
(
isset
(
$_GET
[
'signer2user'
]))
{
if
(
isset
(
$_GET
[
'signer2user'
])
&&
empty
(
$_GET
[
'user-appointment-id'
])
)
{
$_GET
[
'user-appointment-id'
]
=
$_GET
[
'signer-appointment-id'
];
}
...
...
Please
register
or
login
to post a comment