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