Added by Luis Serrano Aranda about 14 years ago
I want to modify this plugin, I want to search between users and not between members.
I think is changing this line (inside app/models/system_notification.rb)
members = Member.find(:all, :include => :user, :condiditions => self.conditions(time, filters))
but I don't know the correct line, please could you helpme.
Thanks in advance