Commit 83d61071 by Tobin

Merge branch 'master' into 'dev_production'

dc See merge request !290
parents f4fc19c1 cc70ebf1
......@@ -274,7 +274,7 @@ class Organizer_model extends CI_Model {
public function getVenueList($data){
try{
$cond = '';
$cond = " VNE.status != '2'";
if(isset($data['status']) && !empty($data['status']) &&
empty($status = implode(',', $data['status']))){
$cond = " VNE.status IN (".$status.")";
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment