I had considered that too, thanks.
But if you select the first option, it runs this snippet:
Code:
case '1':
$pms_query_where_clouse .= " AND pm.folderid = '0'";
break;
Which is why I used an = and then the ( 0, -1) in my first suggested example.
This is definetly something I dont really want to screw up and end up deleting all pm's and having to perform a restore of my db lol.