Email contactable in thread.inc.php (Bugs)

by Bogie, Wednesday, March 12, 2008, 02:10 (5861 days ago)

If user set "email is not contactable", thread page still shows the email icon

I fix it by adding else after this line:
if($data['email']!='' && $data['email_contact']==1) $data['email']=true;

---
else $data['email']=false;
---

locked
4489 views

Complete thread:

 RSS Feed of thread