Merge branch '22.0' of git@github.com:Dolibarr/dolibarr.git into develop

This commit is contained in:
ldestailleur
2025-08-09 14:09:21 +02:00
19 changed files with 110 additions and 115 deletions

View File

@@ -2399,8 +2399,8 @@ function colorStringToArray($stringcolor, $colorifnotfound = array(88, 88, 88))
/**
* @param string $color the color you need to valid
* @param boolean $allow_white in case of white isn't valid
* @return boolean
* @param bool $allow_white in case of white isn't valid
* @return bool
*/
function colorValidateHex($color, $allow_white = true)
{