Gossamer Forum
Home : Products : Gossamer Forum : Discussion :

msg_status in gforum_Message table

Quote Reply
msg_status in gforum_Message table
In the Message table there's a column called msg_status. It appears to have 3 (at least) possible values - 0, 1, or 2. Just curious - what do those different values mean? What does this column signify? Thanks.

Fractured Atlas :: Liberate the Artist
Services: Healthcare, Fiscal Sponsorship, Marketing, Education, The Emerging Artists Fund
Quote Reply
Re: [hennagaijin] msg_status in gforum_Message table In reply to
Hi,

Have a look at admin/GForum/Message.pm where you'll see:

use constants
NEW => 0, #
READ => 1, # These are for the msg_status field
REPLIED => 2; #

Cheers,

Alex
--
Gossamer Threads Inc.
Quote Reply
Re: [Alex] msg_status in gforum_Message table In reply to
Aha! Thanks! I knew those various.pm files had to be good for something... Wink

Fractured Atlas :: Liberate the Artist
Services: Healthcare, Fiscal Sponsorship, Marketing, Education, The Emerging Artists Fund