This is why I couldn't find it. I had to narrow the search down to just canpostattachment.

Usually any code you say to look for is right on target for me. I must have installed some hack somewhere that changed something.
Sorry I bothered you with it. I feel kindof stupid now.
Code:
if ($permissions['canpostattachment'] and trim($attachment) != 'none' and trim($attachment) != '' and trim($attachment_name) != '') {
Quote:
Originally posted by FireFly
Ok, it tells you to find this, right?
Code:
// sort attachement
if ($permissions[canpostattachment] and trim($attachment)!="none" and trim($attachment)!="" and trim($attachment_name)!="") {
Disregard the first line (the // comment), and just look for the second line.
|