ajout des valeurs par defaut
This commit is contained in:
parent
edd7b12d1a
commit
f9b6ad0d25
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ if (!defined('_ECRIRE_INC_VERSION')){
|
|||
* @param string | array $chaine : ensemble des valeurs utilisées pour creer la chaine
|
||||
* @return array [id_blocklog, chaine, blockchaine]
|
||||
*/
|
||||
function inc_blocklog_dist($objet, $id_objet, $num, $chaine) {
|
||||
function inc_blocklog_dist($objet, $id_objet = 0, $num = 0, $chaine = '') {
|
||||
if (!$objet or !$id_objet or !$chaine) {
|
||||
return false;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue