mirror of
https://github.com/devcode-it/openstamanager.git
synced 2025-02-02 17:07:01 +01:00
Fix nome funzione duplicata durante aggiornamento 2.4.17
This commit is contained in:
parent
33a1049e76
commit
3318f97434
@ -247,7 +247,7 @@ echo '
|
||||
echo '
|
||||
<div id="info_componente">';
|
||||
|
||||
genera_form_componente($record['contenuto']);
|
||||
crea_form_componente($record['contenuto']);
|
||||
|
||||
echo '
|
||||
</div>';
|
||||
|
@ -111,7 +111,7 @@ switch ($op) {
|
||||
$contenuto = file_get_contents($docroot.'/files/my_impianti/'.$filename);
|
||||
}
|
||||
|
||||
genera_form_componente($contenuto);
|
||||
crea_form_componente($contenuto);
|
||||
|
||||
break;
|
||||
|
||||
|
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user