ajout cle previsu pour eviter warning php 8
This commit is contained in:
parent
5301cecf49
commit
2ed1f93378
3 changed files with 3 additions and 2 deletions
|
@ -73,6 +73,7 @@ function gamumail_declarer_tables_objets_sql($tables) {
|
|||
array(
|
||||
'champ' => 'statut',
|
||||
'publie' => 'publie',
|
||||
'previsu' => '!',
|
||||
'exception' => array('statut','tout')
|
||||
)
|
||||
),
|
||||
|
|
|
@ -202,7 +202,7 @@ function inc_envoyer_gamumail($slug, $destinataires, $options = [], $Tid_doc_pie
|
|||
// pipeline pour les remplacements du contenu des slugs spécifiques de chaque plugins
|
||||
$args = $options;
|
||||
$args['slug'] = $slug;
|
||||
$args['destinataires'] = $pour;
|
||||
$args['destinataires'] = $pour;
|
||||
$html = pipeline('remplacements_slug', array(
|
||||
'args' => $args,
|
||||
'data' => $html
|
||||
|
|
|
@ -135,7 +135,7 @@
|
|||
[(#ID_DOCS|sinon{<:gamumail:dbe_clic_editer:>})]
|
||||
</div>
|
||||
<B_docs_spip>
|
||||
<div class="details_docs_spip">
|
||||
<div class="details_docs_spip">
|
||||
<ul>
|
||||
<BOUCLE_docs_spip(DOCUMENTS){id_document IN #ID_DOCS|explode{','}}{tous}>
|
||||
<li><strong>#ID_DOCUMENT :</strong> #TITRE ([<a class="mediabox" href="#URL_DOCUMENT">(#FICHIER|basename)</a>])</li>
|
||||
|
|
Loading…
Add table
Reference in a new issue