Posted by deatech on August 28, 2009 at 7:43am
Jump to:
| Project: | Text Link Ads Integration |
| Version: | 6.x-1.0 |
| Component: | Code |
| Category: | bug report |
| Priority: | critical |
| Assigned: | pluginstla_chris |
| Status: | closed (fixed) |
Issue Summary
On line 428 of textlinkads.module, the following code appears:
$where = ($type == 'text') ? 'text IS NOT NULL && beforetext IS NOT NULL && aftertext IS NOT NULL' : 'rsstext IS NOT NULL';the two instances of "&&" in the SQL query are a non-standard, mysql specific extension which is not compatible with other databases. Both of these should be replaced by "AND".
Comments
#1
Resolved in the latest release