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