Return to Snippet

Revision: 21131
at December 4, 2009 05:49 by ReeceMarsland


Initial Code
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);

Initial URL


Initial Description
used to find content that uses the PHP input filter....useful for upgrading core!

Initial Title
Drupal 5.x Find PHP code in database

Initial Tags
mysql, php, drupal

Initial Language
MySQL