1
0
mirror of https://github.com/devcode-it/openstamanager.git synced 2025-06-05 22:09:38 +02:00

Conversione del plugin Referenti alla nuova struttura

This commit is contained in:
Thomas Zilio
2017-09-18 16:55:19 +02:00
parent 84bd8a484c
commit a1ad8d76e0
14 changed files with 183 additions and 181 deletions

View File

@ -586,6 +586,7 @@ function translateTemplate()
global $id_module;
global $id_record;
global $id_plugin;
global $id_parent;
global $operations_log;
$template = ob_get_clean();
@ -595,6 +596,7 @@ function translateTemplate()
$template = str_replace('$id_module$', $id_module, $template);
$template = str_replace('$id_plugin$', $id_plugin, $template);
$template = str_replace('$id_record$', $id_record, $template);
$template = str_replace('$id_parent$', $id_parent, $template);
// Completamento delle informazioni estese sulle azioni dell'utente
if (Auth::check() && !empty($operations_log) && !empty($_SESSION['infos'])) {