Commit cc70ebf1 by Tobin

dc

parent 7d51de1c
......@@ -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