File: ./contrib/nodequeue/nodequeue_generate.module:152

db_query("DELETE ns FROM nodequeue_subqueue ns INNER JOIN nodequeue_queue nq ON ns.qid=nq.qid WHERE nq.owner = 'smartqueue_taxonomy'");

Above table in the query should be enclosed in {curly_brackets}.
Otherwise during the testing, it'll remove the real table, instead of simpletest table.
Also it'll not work on other instances with table prefixes.

Link to the file: http://drupalcode.org/project/nodequeue.git/blame/refs/heads/6.x-2.x:/no...

Comments

kenorb’s picture

Issue summary: View changes

added

kenorb’s picture

Issue summary: View changes

added file

kenorb’s picture

Issue summary: View changes
Status: Active » Closed (outdated)

Version 6.x is no longer supported due to Drupal 6 End of Life.