Are you on CE/master or CE/edge?

On Fri, Mar 6, 2009 at 9:17 PM, moritz <[email protected]> wrote:

>
> In has_private_messages_extensions the method
>
>       def unread_message_count
>          eval options[:class_name] + '.count(:conditions =>
> ["recipient_id = ? AND recipient_deleted IS NULL AND read_at IS NULL",
> self])'
>        end
>
> uses a NULL value in the condition, but message records are being
> created with a default of 0:
>
>      t.boolean :sender_deleted, :recipient_deleted, :default => 0
>
> I'm not sure how to best fix this, as it's one of the engine_plugins.
> This was working in a previous version of CE.
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"CommunityEngine" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/communityengine?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to