How can I do this if statement?

How can I do this if statement?

misteammisteam Posts: 48Questions: 17Answers: 0

How can I do this if statement?

From this:

if(source = 'Email',attachments = '',attachments > 0)

In to this:

$q->where( 'is_deleted', '0', '=' );

Replies

  • colincolin Posts: 15,112Questions: 1Answers: 2,583

    Duplicate of this thread, please don't repost - your original post is on the support list.

    Colin

Sign In or Register to comment.