correction dans la generation du blockchaine
This commit is contained in:
parent
f7d11e5939
commit
a7eb96b3a4
1 changed files with 2 additions and 1 deletions
|
@ -29,7 +29,8 @@ function inc_blocklog_dist($objet, $id_objet, $num, $chaine) {
|
|||
$chaine = hash(_BACKLOG_ALGO, $chaine);
|
||||
|
||||
$blockchaine = sql_getfetsel('blockchaine', 'spip_blocklogs',1,'', 'id_blocklog DESC', '1');
|
||||
$blockchaine .= "|" . $blockchaine;
|
||||
|
||||
$blockchaine .= "|" . $chaine;
|
||||
$blockchaine = hash(_BACKLOG_ALGO, $blockchaine);
|
||||
|
||||
$set = array (
|
||||
|
|
Loading…
Add table
Reference in a new issue