Commit 62a9204b by Jansa Jose

Merge branch 'jansa'

parents d1d1b832 0fe50301
......@@ -2574,7 +2574,7 @@ CASE when tbl_doctors.gender='0' then 'MALE' when tbl_doctors.gender='1' then 'F
}
$result['illness'] = $new;
if($news['cause'] != ''){
if(isset($news['cause']) && $news['cause'] != ''){
$others = $news;
}else{
$others = [];
......
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