Rob Miller wrote:
That query is failing because the code calling it is still using the obsolete global table variables rather than their $wpdb->* counterparts. AFAIK, all core code has long since been updated to no longer use them, so it's more than likely a plugin at fault.

If lot's of plugins are still using the old vars, we can consider reinstating $table*. But for now, eliminating them lets us know which plugins need an update. Let's try to get the plugins updated upstream. Let plugin authors know that they need to use $wpdb.

Ryan

_______________________________________________
wp-testers mailing list
[email protected]
http://lists.automattic.com/mailman/listinfo/wp-testers

Reply via email to