Hi there,

When some modules alter the queries via db_rewrite_sql() tables they inject may have a status field. Two queries I've found in bubbletimer don't specify the table so the queries fail with an error column reference "status" is ambiguous. A patch to fix it follows.

CommentFileSizeAuthor
#1 822372_201006091455+1000.patch1.23 KBsammys

Comments

sammys’s picture

StatusFileSize
new1.23 KB

Here is the patch.