Monday 11 April 2005 5:56:08 am
I tried the same concept on ez publish 3.5.0, working very fine. What when i implement the same concept on 3.5.1. it is giving me errors. Moreover the code given below is from unpublish.php in cronjobs folder.
$articleNodeArray =& $rootNode->subTree( array( 'ClassFilterType' => 'include', 'ClassFilterArray' => $unpublishClasses ) ); is not returning any thing. I think it is bug in 3.5.1 Can anybody help in this community. cheers
|