Skip to content

Commit

Permalink
fix term
Browse files Browse the repository at this point in the history
  • Loading branch information
ptibogxiv committed Apr 1, 2019
1 parent 8fe1be1 commit 5d25c33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htdocs/core/lib/functions2.lib.php
Expand Up @@ -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='';
Expand Down

0 comments on commit 5d25c33

Please sign in to comment.