# | Line 71 | Line 71 | function showDisks($diskRoot, $units, $input) { | |
---|---|---|
71 | ||
72 | # Return a preg_match result. | |
73 | function getPregMatch($value, $input) { | |
74 | < | preg_match("/$value=([^\,\}]*)\,\}/", $input, $matches); |
74 | > | preg_match("/$value=([^\,\}]*)[\,\}]/", $input, $matches); |
75 | return $matches[1]; | |
76 | } | |
77 |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |