easy-digital-downloads icon indicating copy to clipboard operation
easy-digital-downloads copied to clipboard

Fix SQL sytnax error.

Open clifgriffin opened this issue 2 years ago • 0 comments

Fixes MySQL syntax error. Error:

SELECT comment_approved, COUNT( * ) AS num_comments FROM wp_comments WHERE comment_type != "edd_payment_note" GROUP BY comment_approved
Unknown column 'edd_payment_note' in 'where clause'

Proposed Changes:

  1. Switch double quoted WHERE clause value to single quoted

clifgriffin avatar Apr 22 '22 15:04 clifgriffin