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:
parent
33a1049e76
commit
3318f97434
@ -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>';
|
||||||
|
@ -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;
|
||||||
|
|
||||||
|
@ -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);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user