Merge branch 'master' into devel
This commit is contained in:
commit
a2bc4b9e36
7 changed files with 56 additions and 31 deletions
|
|
@ -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*/+-=";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue