from pages/custom_projView.inc.php
#--- news ----------------------------------------------------------- { // 20070314 AHE: Fixed bug "show only news for current project" // OLD CODE // if($news= Task::getAll(array( // NEW CODE if($news= $project->getTasks(array( 'category' => TCATEGORY_DOCU, 'label' => 1, 'order_by' => 'created DESC', ))) {