This website works better with JavaScript.
Home
Explore
Help
Sign In
LeeWeiCheng
/
altob.st123
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
...
station_14109
altob.rd
8 years ago
parent
8165ce98fc
commit
5ed8ed7984
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
models/Parkingquery_model.php
+ 1
- 1
models/Parkingquery_model.php
View 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…
Cancel
Save