mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-04-08 18:55:09 +02:00
minor fix - error messages
This commit is contained in:
parent
958c485f9d
commit
597e2b057d
@ -1365,6 +1365,8 @@ sub db_concat ($$) {
|
||||
########################################################################
|
||||
sub get_priority_name ($) {
|
||||
my ($priority_id) = @_;
|
||||
|
||||
return '' unless defined($priority_id);
|
||||
|
||||
if ($priority_id == 0) {
|
||||
return 'Maintenance';
|
||||
|
Loading…
x
Reference in New Issue
Block a user