ajout cle previsu pour eviter warning php 8

This commit is contained in:
Christophe 2022-03-21 11:08:57 +01:00
parent 5301cecf49
commit 2ed1f93378
3 changed files with 3 additions and 2 deletions

View file

@ -73,6 +73,7 @@ function gamumail_declarer_tables_objets_sql($tables) {
array( array(
'champ' => 'statut', 'champ' => 'statut',
'publie' => 'publie', 'publie' => 'publie',
'previsu' => '!',
'exception' => array('statut','tout') 'exception' => array('statut','tout')
) )
), ),