The current logic tests "If there are 0 records in the table {simplenews_statistics_clicks}, do an UPDATE query". It does not run an insert. It should do an insert. It currently does not update.
The current logic tests "If there are 0 records in the table {simplenews_statistics_clicks}, do an UPDATE query". It does not run an insert. It should do an insert. It currently does not update.
Comments
Comment #1
jjchinquistIncorrect issue on my part - the logic is ok.