I'm running devel and see the following a bunch of times on the page in red.

I'm no developer. Is this anything I need to worry about? Thanks.

ms: .62 #8 _fetch_possible_keywords
SELECT g.term, g.nid, g.alternate, g.language, g.method FROM node n INNER JOIN glossify g ON g.nid = n.nid WHERE n.type IN ('all','articles','book','comicreviews','comics','core','gallery','image','moviearticles','moviereviews','movietrailers','movies','nfp','news','ddblock_news_item','simplenews','page','plain','podcast','press_release','previews','rtp','reviews','story','television','video','video_games','dast','test') AND g.method IN ('internal') AND g.configuration = 'global' AND n.status = 1 AND g.nid != 6962

Comments

WorldFallz’s picture

Status: Active » Closed (works as designed)

not sure what the question/issue is-- that's just a query to return the keywords.