2
0
forked from Wavyzz/dolibarr
This commit is contained in:
ptibogxiv
2019-04-01 20:49:41 +02:00
committed by GitHub
parent 8fe1be1a67
commit 5d25c33ff5

View File

@@ -2457,7 +2457,7 @@ function dolEscapeXML($string)
* @param int $color 0=texte only, 1=Text is formated with a color font style ('ok' or 'error'), 2=Text is formated with 'ok' color.
* @return string HTML string
*/
function autoOrMamual($automaticmanual, $case = 1, $color = 0)
function autoOrManual($automaticmanual, $case = 1, $color = 0)
{
global $langs;
$result='unknown'; $classname='';