Merge branch 'master' into devel

This commit is contained in:
sparkyx 2023-02-01 16:49:35 +01:00
commit a2bc4b9e36
7 changed files with 56 additions and 31 deletions

View file

@ -1469,7 +1469,7 @@ function remove_divide_zero($p_formula)
* @brief Create randomly a string
* @param int $p_length length of the generate string
*/
function generate_random_string($car)
function generate_random_string($p_length)
{
$string="";
$chaine="abcdefghijklmnpqrstuvwxyABCDEFGHIJKLMNPQRSTUVWXY0123456789*/+-=";