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:
parent
75a01bfbde
commit
1a339fd773
@ -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>';
|
||||
|
@ -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']]);
|
||||
|
Loading…
x
Reference in New Issue
Block a user