c673116f by G Manojkumar

minor change for Feedback

1 parent 812cef46
...@@ -866,7 +866,7 @@ $data.="</fieldset></div> ...@@ -866,7 +866,7 @@ $data.="</fieldset></div>
866 ->where("campaign","=",$dataarr['client']) 866 ->where("campaign","=",$dataarr['client'])
867 ->get(); 867 ->get();
868 868
869 if($mastersdata->count() > 0){ 869 if(count($mastersdata) > 0){
870 870
871 foreach ($mastersdata as $key => $value) { 871 foreach ($mastersdata as $key => $value) {
872 $disposition = $value->disposition; 872 $disposition = $value->disposition;
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!