compat spip 4
This commit is contained in:
parent
8557f640ea
commit
0ae0147a1c
2 changed files with 2 additions and 2 deletions
|
@ -9,7 +9,7 @@ if (!defined('_ECRIRE_INC_VERSION')){
|
||||||
*
|
*
|
||||||
* @param string $objet
|
* @param string $objet
|
||||||
* @param int $id_objet
|
* @param int $id_objet
|
||||||
* @param string | array $chaine : ensemble des valeurs utilisées pour creer la chaine
|
* @param string : requete sql pour recuperer les valeurs a intergrer dans la blockchaine
|
||||||
* @return array [id_blocklog, chaine, blockchaine]
|
* @return array [id_blocklog, chaine, blockchaine]
|
||||||
*/
|
*/
|
||||||
function inc_blocklog_dist($objet, $id_objet = 0, $num = 0, $requete = '') {
|
function inc_blocklog_dist($objet, $id_objet = 0, $num = 0, $requete = '') {
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
categorie="outil"
|
categorie="outil"
|
||||||
version="1.1.5"
|
version="1.1.5"
|
||||||
etat="dev"
|
etat="dev"
|
||||||
compatibilite="[3.2.0;3.3.*]"
|
compatibilite="[3.2.0;4.0.*]"
|
||||||
logo="prive/themes/spip/images/blocklog-64.png"
|
logo="prive/themes/spip/images/blocklog-64.png"
|
||||||
documentation=""
|
documentation=""
|
||||||
schema="1.0.7"
|
schema="1.0.7"
|
||||||
|
|
Loading…
Add table
Reference in a new issue