44 days ago
Solved!!!!
In the list_recentchanges.inc.php I added a validation to see if the Profile was PM or the Category diferent from the one I wanted to filter
if (($c->item->category != TCATEGORY_FINACTV) or ($auth->cur_user->profile == PROFILE_PM) ) {
// normal code from here on.....
if($c->item->type == ITEM_TASK) {
if($changed_by_current_user) {
echo '<li class=by_cur_user>';