MDL-37953 mod_forum: replace hard-coded numbers with defined values
commitda48404391e7663e1187bc4e42cc923459e61b80
authorMatt Oquist <moquist@majen.net>
Sat, 9 Feb 2013 20:50:51 +0000 (9 15:50 -0500)
committerMark Nelson <markn@moodle.com>
Mon, 11 Feb 2013 07:20:18 +0000 (11 15:20 +0800)
tree7132a0ccd9cdeadbb4634c33806d6450bc523410
parent6319737865e0e22eca1a8f203d999ba932be1b86
MDL-37953 mod_forum: replace hard-coded numbers with defined values

mod/forum/lib.php sets forum_posts.mailed to 0, 1, and 2. What do these numbers
mean? This patch creates defined values for these otherwise-mysterious
numbers.
mod/forum/lib.php