summaryrefslogtreecommitdiff
path: root/fs_selfservice/FS-SelfService/cgi/myaccount.html
diff options
context:
space:
mode:
authorjeff <jeff>2007-09-19 00:27:43 +0000
committerjeff <jeff>2007-09-19 00:27:43 +0000
commitec0b7b798c328387e09e9a65b87330e2dffcb9ca (patch)
treedb5770c5addad67a111a88cee045ad38fb05eda9 /fs_selfservice/FS-SelfService/cgi/myaccount.html
parented722b852f9f24a023bd1f1aa4a16ec39230e22c (diff)
support custom priorities
Diffstat (limited to 'fs_selfservice/FS-SelfService/cgi/myaccount.html')
-rw-r--r--fs_selfservice/FS-SelfService/cgi/myaccount.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs_selfservice/FS-SelfService/cgi/myaccount.html b/fs_selfservice/FS-SelfService/cgi/myaccount.html
index 49a2648b4..421a866f1 100644
--- a/fs_selfservice/FS-SelfService/cgi/myaccount.html
+++ b/fs_selfservice/FS-SelfService/cgi/myaccount.html
@@ -59,7 +59,7 @@ Hello <%= $name %>!<BR><BR>
$OUT .=
"<TR>$td". $ticket->{'id'}. "</TD>".
$td. $ticket->{'subject'}. "</TD>".
- $td. $ticket->{'priority'}. "</TD>".
+ $td. ($ticket->{'content'} || $ticket->{'priority'}). "</TD>".
$td. $ticket->{'name'}. "</TD>".
$td. $ticket->{'status'}. "</TD>".
'</TR>';