Removed Errormsg and added changes at QSO.php

pull/2770/head
int2001 2023-12-04 13:30:45 +00:00
rodzic 03c92a9683
commit 6ad92cea08
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: DFB1C13CD2DB037B
1 zmienionych plików z 0 dodań i 1 usunięć

Wyświetl plik

@ -467,7 +467,6 @@ class Logbookadvanced extends CI_Controller {
$json_string['operator']['show'] = $this->input->post('operator');
$obj['column_settings']= json_encode($json_string);
log_message("Error",json_encode($json_string));
$this->load->model('user_options_model');
$this->user_options_model->set_option('LogbookAdvanced', 'LogbookAdvanced', $obj);