Il sito funziona meglio con JavaScript.
Home
Esplora
Aiuto
Accedi
LeeWeiCheng
/
altob.st123
Segui
1
Vota
0
Forka
0
Codice
Problemi
0
Pull Requests
0
Rilasci
0
Wiki
Attività
Sfoglia il codice sorgente
...
station_14109
altob.rd
8 anni fa
parent
8165ce98fc
commit
5ed8ed7984
1 ha cambiato i file
con
1 aggiunte
e
1 eliminazioni
Visualizzazione separata
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
models/Parkingquery_model.php
+ 1
- 1
models/Parkingquery_model.php
Vedi File
@@ -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();
Write
Preview
Loading…
Annulla
Salva