Disable all other station profiles on activating one

pull/1786/head
phl0 2022-11-15 15:42:49 +01:00
rodzic 96dadd685e
commit ed61eeebcd
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 48EA1E640798CA9A
1 zmienionych plików z 0 dodań i 1 usunięć

Wyświetl plik

@ -182,7 +182,6 @@ class Stations extends CI_Model {
'station_active' => null,
);
$this->db->where('user_id', $this->session->userdata('user_id'));
$this->db->where('station_id', $clean_current);
$this->db->update('station_profile', $current_default);
// Deselect current default