1
0
mirror of https://github.com/devcode-it/openstamanager.git synced 2025-02-08 23:58:42 +01:00

Fix nome funzione duplicata durante aggiornamento 2.4.17

This commit is contained in:
Luca 2020-08-25 16:14:10 +02:00
parent 33a1049e76
commit 3318f97434
3 changed files with 3 additions and 3 deletions

View File

@ -247,7 +247,7 @@ echo '
echo ' echo '
<div id="info_componente">'; <div id="info_componente">';
genera_form_componente($record['contenuto']); crea_form_componente($record['contenuto']);
echo ' echo '
</div>'; </div>';

View File

@ -111,7 +111,7 @@ switch ($op) {
$contenuto = file_get_contents($docroot.'/files/my_impianti/'.$filename); $contenuto = file_get_contents($docroot.'/files/my_impianti/'.$filename);
} }
genera_form_componente($contenuto); crea_form_componente($contenuto);
break; break;

View File

@ -2,7 +2,7 @@
include_once __DIR__.'/../../core.php'; include_once __DIR__.'/../../core.php';
function genera_form_componente($contenuto) function crea_form_componente($contenuto)
{ {
$fields = \Util\Ini::getFields($contenuto); $fields = \Util\Ini::getFields($contenuto);
$title = array_shift($fields); $title = array_shift($fields);