Przeglądaj źródła

...

station_14109
altob.rd 8 lat temu
rodzic
commit
5ed8ed7984
1 zmienionych plików z 1 dodań i 1 usunięć
  1. +1
    -1
      models/Parkingquery_model.php

+ 1
- 1
models/Parkingquery_model.php Wyświetl plik

@@ -26,7 +26,7 @@ class Parkingquery_model extends CI_Model
$data = array();
$results = $this->db->select('group_id, availables, tot')
->from('pks_groups')
->where('group_type', 1)
->where('group_type', $group_type)
->get()
->result_array();


Ładowanie…
Anuluj
Zapisz