Fixed:
I was using the global $wpdb
outside of the function that was actually using the it, which broke it.
I moved the global line to the top of the function and it worked.
Adam
2010-08-20 09:06:04
Fixed:
I was using the global $wpdb
outside of the function that was actually using the it, which broke it.
I moved the global line to the top of the function and it worked.