1
0
mirror of https://github.com/devcode-it/openstamanager.git synced 2025-06-05 22:09:38 +02:00

Ottimizzazione API interventi

Fix completo #109.
This commit is contained in:
Thomas Zilio
2018-05-12 10:50:51 +02:00
parent 7f3f4c4868
commit 207108e02b
8 changed files with 91 additions and 100 deletions

View File

@@ -11,7 +11,7 @@ switch (post('op')) {
'subject' => $post['subject'],
]);
$id_record = $dbo->last_inserted_id();
$id_record = $dbo->lastInsertedID();
$_SESSION['infos'][] = tr('Aggiunto nuovo template per le email!');