Thursday 18 March 2004 2:53:09 am
Hi, I have a problem with setting role in the module 'content' function 'read';
When I remove a value in subtree() I lost the value of node() or subtree().
example:
Node(Root), Subtree(Folder1,Folder2)
if I remove Folder2 from subtree() -->Node(Root), Subtree(Folder1)
after register the result is Node(), Subtree() I am using :
Version 3.2-3 (3.2 release 3)
Rev SVN 3893
Extension ezdhtml
PHP Version 4.3.3 Apache 2.0
|