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 '
<div id="info_componente">';
genera_form_componente($record['contenuto']);
crea_form_componente($record['contenuto']);
echo '
</div>';

View File

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

View File

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