Forum OpenACS Development: Re: Error in deleting a version in file-storage

Collapse
Posted by Giampiero Granatella on
I looked at the DM
i had a function content_revision__delete with the line
'PERFORM content_revision__del(...)'

But there isn't a function content_revision__del in my Data Model.

I'm the only one with this problem?
Can someone send me the body of the content_revision__del function to add it on my DM.

Thanks a lot
Giampiero Granatella

Collapse
Posted by Claudio Pasolini on
I had the same problem and fixed it changing the call to content_revision__del with content_revision__delete.
The problem is that content_revision__delete call content_revision__del so I cannot fix it in this way.

How is defined your content_revision__delete? Can you post it?