ReeceMarsland on 12/04/09
Last Edited at 12/04/09 05:49am
select nid, vid from node_revisions where format in (select format from filters where module='filter' and delta = 1); select cid, nid from comments where format in (select format from filters where module='filter' and delta = 1); select bid, info from boxes where format in (select format from filters where module='filter' and delta = 1);
Report this snippet Tweet
Comment:
You need to login to post a comment.