Fix var_dump

This commit is contained in:
Laurent Destailleur 2023-03-02 03:20:26 +01:00
parent 54d1250887
commit 6d21fd1c46

View File

@ -265,7 +265,7 @@ print load_fiche_titre($title, '', 'email');
// Load array of available notifications
$notificationtrigger = new InterfaceNotification($db);
$listofnotifiedevents = $notificationtrigger->getListOfManagedEvents();
var_dump($listofnotifiedevents);
// Editing global variables not related to a specific theme
$constantes = array();
foreach ($listofnotifiedevents as $notifiedevent) {