# | Line 109 | Line 109 | function showBar($title, $value, $max, $units, $input, | |
---|---|---|
109 | if (!is_int($max)) { | |
110 | $max = getPregMatch($max, $input); | |
111 | } | |
112 | < | if (!isset($value) || !isset($max)) { |
112 | > | if (!isset($value) || empty($max)) { |
113 | return; | |
114 | } | |
115 |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |