1
0
mirror of https://github.com/devcode-it/openstamanager.git synced 2025-02-16 11:30:55 +01:00

Formattazione codice

This commit is contained in:
valentina 2024-08-28 11:28:21 +02:00
parent 75a01bfbde
commit 1a339fd773
2 changed files with 3 additions and 5 deletions

View File

@ -229,7 +229,6 @@ if (!empty($results) || !empty($results_added) || !empty($results_settings) || !
}
if (!empty($results_added)) {
foreach ($results_added as $table => $errors) {
echo '
<h3>'.$table.'</h3>';

View File

@ -118,7 +118,6 @@ switch (filter('op')) {
$dbo->update('zz_group_module', $array, ['id' => $id]);
$dbo->update('zz_group_module_lang', ['title' => $array['name']], ['id_record' => $id, 'id_lang' => Models\Locale::getDefault()->id]);
} elseif (!empty($query)) {
$dbo->insert('zz_group_module', $array);
$dbo->insert('zz_group_module_lang', ['id_record' => $dbo->lastInsertedID(), 'id_lang' => Models\Locale::getDefault()->id, 'title' => $array['name']]);