Everything eccept "customers_campaign >= CAMPAIGN_LIMIT" is STARDARD query builder! "TABLE_CUSTOMERS" IS customers in query builder! CAMPAIGN_LIMIT (not campaign_limit) isjust asCode:define ('CAMPAIGN_LIMIT', '1000');We are talking MySQL as far as I can understand! This issue would seem to require deep knowledge of the query builder...Code:define('TABLE_CUSTOMERS', DB_PREFIX . 'customers');
TABLE... might be treated differently in query builder - that's what I need to know!
Quoting didn't do the trick.


Reply With Quote
