mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-27 15:54:29 +02:00
Fixed integria_rticket.pl. Ticket #3673.
(cherry picked from commit 8cbbda06db4e5ddd7b48e6412a44cd7e9dfe81cf)
This commit is contained in:
parent
6bb5b93a7f
commit
127e565ea3
@ -86,7 +86,10 @@ sub tool_api_main () {
|
||||
my $credentials;
|
||||
my $api_pass;
|
||||
my $db_user;
|
||||
my $db_user_pass;
|
||||
my @db_info;
|
||||
my $integria_user;
|
||||
my $user_pass;
|
||||
|
||||
my $ticket_name = "";
|
||||
my $group_id = -1;
|
||||
@ -125,8 +128,8 @@ sub tool_api_main () {
|
||||
}
|
||||
else {
|
||||
$api_pass = $db_info[0];
|
||||
$db_user = $db_info[1];
|
||||
$db_user_pass = $db_info[2];
|
||||
$integria_user = $db_info[1];
|
||||
$user_pass = $db_info[2];
|
||||
}
|
||||
}
|
||||
else {
|
||||
@ -194,8 +197,8 @@ sub tool_api_main () {
|
||||
"|;|" . $ticket_inventory .
|
||||
"|;|" . $ticket_type .
|
||||
"|;|" . $email_copy .
|
||||
"|;|" . $email_copy .
|
||||
"|;|" .
|
||||
"|;|" . $integria_user .
|
||||
"|;|" .
|
||||
"|;|" . '1' .
|
||||
"|;|" .
|
||||
"|;|";
|
||||
|
Loading…
x
Reference in New Issue
Block a user