Bug #39673 ยป 39673.diff
<html><b>Current File</b></html> | ||
---|---|---|
// Adding the value:
|
||
if (isset($res['value'])) {
|
||
$dataValues[$key][$vKey] = $res['value'];
|
||
} else {
|
||
unset($dataValues[$key]);
|
||
}
|
||
// Finally, check if new and old values are different (or no .vDEFbase value is found) and if so, we record the vDEF value for diff'ing.
|