Monday 05 June 2006 3:30:42 am
Hi. I'm working with a php script to edit some content. The "identifier" in content tree for that node is <field1>. If a add new content, i can see a new node in content tree. The identifiers is the value of field1 for that nodo, as expected. But, if a edit, through php script, that node, content tree doesn´t reflect this change. I mean, before editing, value for field1 is 'a', and after, value for field1 is 'b', but, in content tree, i see a node "labeled" by 'a', wich only field value is 'b'. Do i have to refresh content tree after edit content or something like that. Again, thanks for your help.
|