mirror of
https://github.com/devcode-it/openstamanager.git
synced 2025-02-18 04:20:50 +01:00
Bug fix maschera sezionali
This commit is contained in:
parent
350950fd96
commit
a3a343d000
@ -30,7 +30,7 @@ switch (post('op')) {
|
||||
$idautomezzo = post('idautomezzo');
|
||||
$note = post('note');
|
||||
|
||||
$dbo->query("INSERT INTO co_sezionali( nome, maschera, dir, idautomezzo, note ) VALUES ( \"$nome\", \"####YYYY\", \"$dir\", \"$idautomezzo\", \"$note\" )");
|
||||
$dbo->query("INSERT INTO co_sezionali( nome, maschera, dir, idautomezzo, note ) VALUES ( \"$nome\", \"$maschera\", \"$dir\", \"$idautomezzo\", \"$note\" )");
|
||||
$id_record = $dbo->last_inserted_id();
|
||||
|
||||
$_SESSION['infos'][] = tr('Nuovo sezionale aggiunto.');
|
||||
|
Loading…
x
Reference in New Issue
Block a user