mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-20 16:31:51 +01:00
fix term
This commit is contained in:
@@ -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='';
|
||||
|
||||
Reference in New Issue
Block a user