Rainer Krauss
|
Wednesday 29 July 2009 7:58:14 am
Dear all, I'm using the following command to hide individual nodes:
$operationResult = eZOperationHandler::execute( 'content',
'hide',
array( 'node_id' => $NodeID ), null, true ); Now it could happen that I want to make them visible again. What's the command for that, please?
Best wishes, Rainer
|