mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
Fix var_dump
This commit is contained in:
parent
54d1250887
commit
6d21fd1c46
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user