From fd076040c2e4df17e51223b1565fa48badf497d8 Mon Sep 17 00:00:00 2001 From: Xenomporio <> Date: Wed, 3 Aug 2022 18:08:32 +0200 Subject: [PATCH] Ticket system default sorting by time --- www/pages/ticket.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/pages/ticket.php b/www/pages/ticket.php index 55920a76..5288b255 100644 --- a/www/pages/ticket.php +++ b/www/pages/ticket.php @@ -47,7 +47,7 @@ class Ticket { $heading = array('','','Ticket #', 'Letzte Aktion', 'Adresse', 'Betreff', 'Tags', 'Verant.', 'Nachr.', 'Status', 'Alter', 'Projekt', 'Menü'); $width = array('1%','1%','5%', '5%', '5%', '30%', '1%', '5%', '1%', '1%', '1%', '1%', '1%'); - $findcols = array('t.id','t.id','t.schluessel', 't.zeit', 'a.name', 't.betreff', 't.tags', 'w.warteschlange', 'nachrichten_anz', 't.status','t.zeit', 't.projekt'); + $findcols = array('t.id','t.zeit','t.schluessel', 't.zeit', 'a.name', 't.betreff', 't.tags', 'w.warteschlange', 'nachrichten_anz', 't.status','t.zeit', 't.projekt'); $searchsql = array( 't.schluessel', 't.zeit', 'a.name', 't.betreff','t.notiz', 't.tags', 'w.warteschlange', 't.status', 't.projekt'); $defaultorder = 1;