Brian Vuyk wrote:
I need to change the input format for all instances of a certain CCK field. What is the best way to go about this? There are about 2,000 nodes that need to be updated. What's the best way to do this?
This is best done in the mysql client using a update with a join between the 'node' and 'node_revision' tables filtering out only the 'type' you want. -mf

Reply via email to