Skip to content

Commit

Permalink
Merge pull request #10948 from ptibogxiv/patch-148
Browse files Browse the repository at this point in the history
fix term autoOrManual
  • Loading branch information
eldy committed Apr 3, 2019
2 parents 379f9f2 + 5d25c33 commit 80be77d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htdocs/core/lib/functions2.lib.php
Expand Up @@ -2462,7 +2462,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='';
Expand Down

0 comments on commit 80be77d

Please sign in to comment.