Hi folks
Anyone experienced this before:
If I load an article that has values like this:
#__content.id: 123
#__cck_core.id: 987
And then save it...
RESULT
#__content.id: 123
#__cck_core.id: 987
AND
#__content.id: 123
#__cck_core.id: 988
...I end up with a NEW entry in #__cck_core rather than updating the existing entry.
The cck value stored in introtext value has been updated to the new cck id.
I have no beforestore or afterstore stuff going on.
Sounds pretty random, anyone have any tips
Jon