On Jul 12, 2006, at 1:39 AM, spencerp wrote:
global $tablecomments,$tableposts,$tablepost2cat;was changed to this: global $wpdb->comments,$wpdb->posts,$wpdb->post2cat;
Change it to:
global $wpdb;
That makes the whole $wpdb object global. -- Mark Jaquith http://txfx.net/ _______________________________________________ wp-testers mailing list [email protected] http://lists.automattic.com/mailman/listinfo/wp-testers
