This commit is contained in:
Michael RICOIS 2016-11-02 14:10:51 +01:00
parent 95b316bf84
commit 0b940a63ea

View File

@ -603,7 +603,7 @@ function format($matches)
elseif (preg_match('/\$\{(\+|!|)(Rp4|Rp3|Rp2|Rp|Rs|Rsp|Rap|Ra|Rdiff|Revolp2|Revolp|Revol|R|regR)\[(\d+)\]\}/Ui', $strRetour, $matches2)) {
$tmpRatio = $matches2[2];
$tmpRatioId = $matches2[3]*1;
$unite = strtoupper($this->tabFormulesRatios[$tmpRatioId]['unite']);
$unite = strtoupper($tabFormulesRatios[$tmpRatioId]['unite']);
if ($matches2[1]=='+') {
$forceSigne='+';
}