mirror of
https://github.com/OpenXE-org/OpenXE.git
synced 2025-04-10 22:53:11 +02:00
bugfix ticket system warteschlange
This commit is contained in:
parent
2b2f84a020
commit
53bb9fcdf9
@ -335,7 +335,7 @@ class TicketImportHelper
|
|||||||
$queue_id = $this->mailAccount->getTicketQueueId();
|
$queue_id = $this->mailAccount->getTicketQueueId();
|
||||||
|
|
||||||
if (!empty($queue_id)) {
|
if (!empty($queue_id)) {
|
||||||
$queue_label = $this->db->Select("SELECT label FROM warteschlangen WHERE id = ".$queue_id." LIMIT 1");
|
$queue_label = $this->db->Select("SELECT label FROM warteschlangen WHERE label = '".$queue_id."' LIMIT 1");
|
||||||
}
|
}
|
||||||
|
|
||||||
$insertTicket = "INSERT INTO `ticket` (
|
$insertTicket = "INSERT INTO `ticket` (
|
||||||
|
Loading…
x
Reference in New Issue
Block a user