2006-08-11 16:35:11 +00:00
<?xml version="1.0" encoding="UTF-8" ?>
2007-10-10 02:52:25 +00:00
<XMLDB PATH= "mod/forum/db" VERSION= "20071010" COMMENT= "XMLDB file for Moodle mod/forum"
2006-08-28 16:20:52 +00:00
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="../../../lib/xmldb/xmldb.xsd"
>
2006-08-11 16:35:11 +00:00
<TABLES >
<TABLE NAME= "forum" COMMENT= "Forums contain and structure discussion" NEXT= "forum_discussions" >
<FIELDS >
<FIELD NAME= "id" TYPE= "int" LENGTH= "10" NOTNULL= "true" UNSIGNED= "true" SEQUENCE= "true" ENUM= "false" NEXT= "course" />
<FIELD NAME= "course" TYPE= "int" LENGTH= "10" NOTNULL= "true" UNSIGNED= "true" DEFAULT= "0" SEQUENCE= "false" ENUM= "false" PREVIOUS= "id" NEXT= "type" />
2006-08-11 16:45:45 +00:00
<FIELD NAME= "type" TYPE= "char" LENGTH= "20" NOTNULL= "true" DEFAULT= "general" SEQUENCE= "false" ENUM= "true" ENUMVALUES= "'single', 'news', 'general', 'social', 'eachuser', 'teacher', 'qanda'" PREVIOUS= "course" NEXT= "name" />
2006-08-11 16:35:11 +00:00
<FIELD NAME= "name" TYPE= "char" LENGTH= "255" NOTNULL= "true" SEQUENCE= "false" ENUM= "false" PREVIOUS= "type" NEXT= "intro" />
2006-08-28 16:20:52 +00:00
<FIELD NAME= "intro" TYPE= "text" LENGTH= "small" NOTNULL= "true" SEQUENCE= "false" ENUM= "false" PREVIOUS= "name" NEXT= "assessed" />
<FIELD NAME= "assessed" TYPE= "int" LENGTH= "10" NOTNULL= "true" UNSIGNED= "true" DEFAULT= "0" SEQUENCE= "false" ENUM= "false" PREVIOUS= "intro" NEXT= "assesstimestart" />
<FIELD NAME= "assesstimestart" TYPE= "int" LENGTH= "10" NOTNULL= "true" UNSIGNED= "true" DEFAULT= "0" SEQUENCE= "false" ENUM= "false" PREVIOUS= "assessed" NEXT= "assesstimefinish" />
2006-08-11 16:35:11 +00:00
<FIELD NAME= "assesstimefinish" TYPE= "int" LENGTH= "10" NOTNULL= "true" UNSIGNED= "true" DEFAULT= "0" SEQUENCE= "false" ENUM= "false" PREVIOUS= "assesstimestart" NEXT= "scale" />
<FIELD NAME= "scale" TYPE= "int" LENGTH= "10" NOTNULL= "true" UNSIGNED= "false" DEFAULT= "0" SEQUENCE= "false" ENUM= "false" PREVIOUS= "assesstimefinish" NEXT= "maxbytes" />
<FIELD NAME= "maxbytes" TYPE= "int" LENGTH= "10" NOTNULL= "true" UNSIGNED= "true" DEFAULT= "0" SEQUENCE= "false" ENUM= "false" PREVIOUS= "scale" NEXT= "forcesubscribe" />
<FIELD NAME= "forcesubscribe" TYPE= "int" LENGTH= "1" NOTNULL= "true" UNSIGNED= "true" DEFAULT= "0" SEQUENCE= "false" ENUM= "false" PREVIOUS= "maxbytes" NEXT= "trackingtype" />
<FIELD NAME= "trackingtype" TYPE= "int" LENGTH= "2" NOTNULL= "true" UNSIGNED= "true" DEFAULT= "1" SEQUENCE= "false" ENUM= "false" PREVIOUS= "forcesubscribe" NEXT= "rsstype" />
<FIELD NAME= "rsstype" TYPE= "int" LENGTH= "2" NOTNULL= "true" UNSIGNED= "true" DEFAULT= "0" SEQUENCE= "false" ENUM= "false" PREVIOUS= "trackingtype" NEXT= "rssarticles" />
<FIELD NAME= "rssarticles" TYPE= "int" LENGTH= "2" NOTNULL= "true" UNSIGNED= "true" DEFAULT= "0" SEQUENCE= "false" ENUM= "false" PREVIOUS= "rsstype" NEXT= "timemodified" />
<FIELD NAME= "timemodified" TYPE= "int" LENGTH= "10" NOTNULL= "true" UNSIGNED= "true" DEFAULT= "0" SEQUENCE= "false" ENUM= "false" PREVIOUS= "rssarticles" NEXT= "warnafter" />
<FIELD NAME= "warnafter" TYPE= "int" LENGTH= "10" NOTNULL= "true" UNSIGNED= "true" DEFAULT= "0" SEQUENCE= "false" ENUM= "false" PREVIOUS= "timemodified" NEXT= "blockafter" />
<FIELD NAME= "blockafter" TYPE= "int" LENGTH= "10" NOTNULL= "true" UNSIGNED= "true" DEFAULT= "0" SEQUENCE= "false" ENUM= "false" PREVIOUS= "warnafter" NEXT= "blockperiod" />
<FIELD NAME= "blockperiod" TYPE= "int" LENGTH= "10" NOTNULL= "true" UNSIGNED= "true" DEFAULT= "0" SEQUENCE= "false" ENUM= "false" PREVIOUS= "blockafter" />
</FIELDS>
<KEYS >
2007-10-10 02:52:25 +00:00
<KEY NAME= "primary" TYPE= "primary" FIELDS= "id" />
2006-08-11 16:35:11 +00:00
</KEYS>
<INDEXES >
<INDEX NAME= "course" UNIQUE= "false" FIELDS= "course" />
</INDEXES>
</TABLE>
<TABLE NAME= "forum_discussions" COMMENT= "Forums are composed of discussions" PREVIOUS= "forum" NEXT= "forum_posts" >
<FIELDS >
<FIELD NAME= "id" TYPE= "int" LENGTH= "10" NOTNULL= "true" UNSIGNED= "true" SEQUENCE= "true" ENUM= "false" NEXT= "course" />
<FIELD NAME= "course" TYPE= "int" LENGTH= "10" NOTNULL= "true" UNSIGNED= "true" DEFAULT= "0" SEQUENCE= "false" ENUM= "false" PREVIOUS= "id" NEXT= "forum" />
<FIELD NAME= "forum" TYPE= "int" LENGTH= "10" NOTNULL= "true" UNSIGNED= "true" DEFAULT= "0" SEQUENCE= "false" ENUM= "false" PREVIOUS= "course" NEXT= "name" />
<FIELD NAME= "name" TYPE= "char" LENGTH= "255" NOTNULL= "true" SEQUENCE= "false" ENUM= "false" PREVIOUS= "forum" NEXT= "firstpost" />
<FIELD NAME= "firstpost" TYPE= "int" LENGTH= "10" NOTNULL= "true" UNSIGNED= "true" DEFAULT= "0" SEQUENCE= "false" ENUM= "false" PREVIOUS= "name" NEXT= "userid" />
<FIELD NAME= "userid" TYPE= "int" LENGTH= "10" NOTNULL= "true" UNSIGNED= "true" DEFAULT= "0" SEQUENCE= "false" ENUM= "false" PREVIOUS= "firstpost" NEXT= "groupid" />
<FIELD NAME= "groupid" TYPE= "int" LENGTH= "10" NOTNULL= "true" UNSIGNED= "false" DEFAULT= "-1" SEQUENCE= "false" ENUM= "false" PREVIOUS= "userid" NEXT= "assessed" />
<FIELD NAME= "assessed" TYPE= "int" LENGTH= "1" NOTNULL= "true" UNSIGNED= "false" DEFAULT= "1" SEQUENCE= "false" ENUM= "false" PREVIOUS= "groupid" NEXT= "timemodified" />
<FIELD NAME= "timemodified" TYPE= "int" LENGTH= "10" NOTNULL= "true" UNSIGNED= "true" DEFAULT= "0" SEQUENCE= "false" ENUM= "false" PREVIOUS= "assessed" NEXT= "usermodified" />
<FIELD NAME= "usermodified" TYPE= "int" LENGTH= "10" NOTNULL= "true" UNSIGNED= "true" DEFAULT= "0" SEQUENCE= "false" ENUM= "false" PREVIOUS= "timemodified" NEXT= "timestart" />
<FIELD NAME= "timestart" TYPE= "int" LENGTH= "10" NOTNULL= "true" UNSIGNED= "true" DEFAULT= "0" SEQUENCE= "false" ENUM= "false" PREVIOUS= "usermodified" NEXT= "timeend" />
<FIELD NAME= "timeend" TYPE= "int" LENGTH= "10" NOTNULL= "true" UNSIGNED= "true" DEFAULT= "0" SEQUENCE= "false" ENUM= "false" PREVIOUS= "timestart" />
</FIELDS>
<KEYS >
2007-09-24 22:17:05 +00:00
<KEY NAME= "primary" TYPE= "primary" FIELDS= "id" NEXT= "forum" />
2006-08-11 16:35:11 +00:00
<KEY NAME= "forum" TYPE= "foreign" FIELDS= "forum" REFTABLE= "forum" REFFIELDS= "id" PREVIOUS= "primary" />
</KEYS>
<INDEXES >
<INDEX NAME= "userid" UNIQUE= "false" FIELDS= "userid" />
</INDEXES>
</TABLE>
<TABLE NAME= "forum_posts" COMMENT= "All posts are stored in this table" PREVIOUS= "forum_discussions" NEXT= "forum_queue" >
<FIELDS >
<FIELD NAME= "id" TYPE= "int" LENGTH= "10" NOTNULL= "true" UNSIGNED= "true" SEQUENCE= "true" ENUM= "false" NEXT= "discussion" />
<FIELD NAME= "discussion" TYPE= "int" LENGTH= "10" NOTNULL= "true" UNSIGNED= "true" DEFAULT= "0" SEQUENCE= "false" ENUM= "false" PREVIOUS= "id" NEXT= "parent" />
<FIELD NAME= "parent" TYPE= "int" LENGTH= "10" NOTNULL= "true" UNSIGNED= "true" DEFAULT= "0" SEQUENCE= "false" ENUM= "false" PREVIOUS= "discussion" NEXT= "userid" />
<FIELD NAME= "userid" TYPE= "int" LENGTH= "10" NOTNULL= "true" UNSIGNED= "true" DEFAULT= "0" SEQUENCE= "false" ENUM= "false" PREVIOUS= "parent" NEXT= "created" />
<FIELD NAME= "created" TYPE= "int" LENGTH= "10" NOTNULL= "true" UNSIGNED= "true" DEFAULT= "0" SEQUENCE= "false" ENUM= "false" PREVIOUS= "userid" NEXT= "modified" />
<FIELD NAME= "modified" TYPE= "int" LENGTH= "10" NOTNULL= "true" UNSIGNED= "true" DEFAULT= "0" SEQUENCE= "false" ENUM= "false" PREVIOUS= "created" NEXT= "mailed" />
<FIELD NAME= "mailed" TYPE= "int" LENGTH= "2" NOTNULL= "true" UNSIGNED= "true" DEFAULT= "0" SEQUENCE= "false" ENUM= "false" PREVIOUS= "modified" NEXT= "subject" />
<FIELD NAME= "subject" TYPE= "char" LENGTH= "255" NOTNULL= "true" SEQUENCE= "false" ENUM= "false" PREVIOUS= "mailed" NEXT= "message" />
<FIELD NAME= "message" TYPE= "text" LENGTH= "small" NOTNULL= "true" SEQUENCE= "false" ENUM= "false" PREVIOUS= "subject" NEXT= "format" />
<FIELD NAME= "format" TYPE= "int" LENGTH= "2" NOTNULL= "true" UNSIGNED= "false" DEFAULT= "0" SEQUENCE= "false" ENUM= "false" PREVIOUS= "message" NEXT= "attachment" />
<FIELD NAME= "attachment" TYPE= "char" LENGTH= "100" NOTNULL= "true" SEQUENCE= "false" ENUM= "false" PREVIOUS= "format" NEXT= "totalscore" />
<FIELD NAME= "totalscore" TYPE= "int" LENGTH= "4" NOTNULL= "true" UNSIGNED= "false" DEFAULT= "0" SEQUENCE= "false" ENUM= "false" PREVIOUS= "attachment" NEXT= "mailnow" />
<FIELD NAME= "mailnow" TYPE= "int" LENGTH= "10" NOTNULL= "true" UNSIGNED= "true" DEFAULT= "0" SEQUENCE= "false" ENUM= "false" PREVIOUS= "totalscore" />
</FIELDS>
<KEYS >
2007-09-24 22:17:05 +00:00
<KEY NAME= "primary" TYPE= "primary" FIELDS= "id" NEXT= "discussion" />
2006-08-11 16:35:11 +00:00
<KEY NAME= "discussion" TYPE= "foreign" FIELDS= "discussion" REFTABLE= "forum_discussions" REFFIELDS= "id" PREVIOUS= "primary" NEXT= "parent" />
2006-08-11 18:36:47 +00:00
<KEY NAME= "parent" TYPE= "foreign" FIELDS= "parent" REFTABLE= "forum_posts" REFFIELDS= "id" COMMENT= "note that to make this recursive FK working someday, the parent field must be decalred NULL" PREVIOUS= "discussion" />
2006-08-11 16:35:11 +00:00
</KEYS>
<INDEXES >
<INDEX NAME= "userid" UNIQUE= "false" FIELDS= "userid" NEXT= "created" />
<INDEX NAME= "created" UNIQUE= "false" FIELDS= "created" PREVIOUS= "userid" NEXT= "mailed" />
<INDEX NAME= "mailed" UNIQUE= "false" FIELDS= "mailed" PREVIOUS= "created" />
</INDEXES>
</TABLE>
<TABLE NAME= "forum_queue" COMMENT= "For keeping track of posts that will be mailed in digest form" PREVIOUS= "forum_posts" NEXT= "forum_ratings" >
<FIELDS >
<FIELD NAME= "id" TYPE= "int" LENGTH= "10" NOTNULL= "true" UNSIGNED= "true" SEQUENCE= "true" ENUM= "false" NEXT= "userid" />
<FIELD NAME= "userid" TYPE= "int" LENGTH= "10" NOTNULL= "true" UNSIGNED= "true" DEFAULT= "0" SEQUENCE= "false" ENUM= "false" PREVIOUS= "id" NEXT= "discussionid" />
<FIELD NAME= "discussionid" TYPE= "int" LENGTH= "10" NOTNULL= "true" UNSIGNED= "true" DEFAULT= "0" SEQUENCE= "false" ENUM= "false" PREVIOUS= "userid" NEXT= "postid" />
2007-10-10 02:52:25 +00:00
<FIELD NAME= "postid" TYPE= "int" LENGTH= "10" NOTNULL= "true" UNSIGNED= "true" DEFAULT= "0" SEQUENCE= "false" ENUM= "false" PREVIOUS= "discussionid" NEXT= "timemodified" />
<FIELD NAME= "timemodified" TYPE= "int" LENGTH= "10" NOTNULL= "true" UNSIGNED= "true" DEFAULT= "0" SEQUENCE= "false" ENUM= "false" COMMENT= "The modified time of the original post" PREVIOUS= "postid" />
2006-08-11 16:35:11 +00:00
</FIELDS>
<KEYS >
2007-09-24 22:17:05 +00:00
<KEY NAME= "primary" TYPE= "primary" FIELDS= "id" NEXT= "discussionid" />
2006-08-11 16:35:11 +00:00
<KEY NAME= "discussionid" TYPE= "foreign" FIELDS= "discussionid" REFTABLE= "forum_discussions" REFFIELDS= "id" PREVIOUS= "primary" NEXT= "postid" />
<KEY NAME= "postid" TYPE= "foreign" FIELDS= "postid" REFTABLE= "forum_posts" REFFIELDS= "id" PREVIOUS= "discussionid" />
</KEYS>
<INDEXES >
<INDEX NAME= "user" UNIQUE= "false" FIELDS= "userid" />
</INDEXES>
</TABLE>
<TABLE NAME= "forum_ratings" COMMENT= "forum_ratings table retrofitted from MySQL" PREVIOUS= "forum_queue" NEXT= "forum_subscriptions" >
<FIELDS >
<FIELD NAME= "id" TYPE= "int" LENGTH= "10" NOTNULL= "true" UNSIGNED= "true" SEQUENCE= "true" ENUM= "false" NEXT= "userid" />
<FIELD NAME= "userid" TYPE= "int" LENGTH= "10" NOTNULL= "true" UNSIGNED= "true" DEFAULT= "0" SEQUENCE= "false" ENUM= "false" PREVIOUS= "id" NEXT= "post" />
<FIELD NAME= "post" TYPE= "int" LENGTH= "10" NOTNULL= "true" UNSIGNED= "true" DEFAULT= "0" SEQUENCE= "false" ENUM= "false" PREVIOUS= "userid" NEXT= "time" />
<FIELD NAME= "time" TYPE= "int" LENGTH= "10" NOTNULL= "true" UNSIGNED= "true" DEFAULT= "0" SEQUENCE= "false" ENUM= "false" PREVIOUS= "post" NEXT= "rating" />
<FIELD NAME= "rating" TYPE= "int" LENGTH= "4" NOTNULL= "true" UNSIGNED= "false" DEFAULT= "0" SEQUENCE= "false" ENUM= "false" PREVIOUS= "time" />
</FIELDS>
<KEYS >
2007-09-24 22:17:05 +00:00
<KEY NAME= "primary" TYPE= "primary" FIELDS= "id" NEXT= "post" />
2006-08-11 16:35:11 +00:00
<KEY NAME= "post" TYPE= "foreign" FIELDS= "post" REFTABLE= "forum_posts" REFFIELDS= "id" PREVIOUS= "primary" />
</KEYS>
<INDEXES >
<INDEX NAME= "userid" UNIQUE= "false" FIELDS= "userid" />
</INDEXES>
</TABLE>
<TABLE NAME= "forum_subscriptions" COMMENT= "Keeps track of who is subscribed to what forum" PREVIOUS= "forum_ratings" NEXT= "forum_read" >
<FIELDS >
<FIELD NAME= "id" TYPE= "int" LENGTH= "10" NOTNULL= "true" UNSIGNED= "true" SEQUENCE= "true" ENUM= "false" NEXT= "userid" />
<FIELD NAME= "userid" TYPE= "int" LENGTH= "10" NOTNULL= "true" UNSIGNED= "true" DEFAULT= "0" SEQUENCE= "false" ENUM= "false" PREVIOUS= "id" NEXT= "forum" />
<FIELD NAME= "forum" TYPE= "int" LENGTH= "10" NOTNULL= "true" UNSIGNED= "true" DEFAULT= "0" SEQUENCE= "false" ENUM= "false" PREVIOUS= "userid" />
</FIELDS>
<KEYS >
2007-09-24 22:17:05 +00:00
<KEY NAME= "primary" TYPE= "primary" FIELDS= "id" NEXT= "forum" />
2006-08-11 16:35:11 +00:00
<KEY NAME= "forum" TYPE= "foreign" FIELDS= "forum" REFTABLE= "forum" REFFIELDS= "id" PREVIOUS= "primary" />
</KEYS>
<INDEXES >
<INDEX NAME= "userid" UNIQUE= "false" FIELDS= "userid" />
</INDEXES>
</TABLE>
<TABLE NAME= "forum_read" COMMENT= "Tracks each users read posts" PREVIOUS= "forum_subscriptions" NEXT= "forum_track_prefs" >
<FIELDS >
<FIELD NAME= "id" TYPE= "int" LENGTH= "10" NOTNULL= "true" UNSIGNED= "true" SEQUENCE= "true" ENUM= "false" NEXT= "userid" />
<FIELD NAME= "userid" TYPE= "int" LENGTH= "10" NOTNULL= "true" UNSIGNED= "true" DEFAULT= "0" SEQUENCE= "false" ENUM= "false" PREVIOUS= "id" NEXT= "forumid" />
<FIELD NAME= "forumid" TYPE= "int" LENGTH= "10" NOTNULL= "true" UNSIGNED= "true" DEFAULT= "0" SEQUENCE= "false" ENUM= "false" PREVIOUS= "userid" NEXT= "discussionid" />
<FIELD NAME= "discussionid" TYPE= "int" LENGTH= "10" NOTNULL= "true" UNSIGNED= "true" DEFAULT= "0" SEQUENCE= "false" ENUM= "false" PREVIOUS= "forumid" NEXT= "postid" />
<FIELD NAME= "postid" TYPE= "int" LENGTH= "10" NOTNULL= "true" UNSIGNED= "true" DEFAULT= "0" SEQUENCE= "false" ENUM= "false" PREVIOUS= "discussionid" NEXT= "firstread" />
<FIELD NAME= "firstread" TYPE= "int" LENGTH= "10" NOTNULL= "true" UNSIGNED= "true" DEFAULT= "0" SEQUENCE= "false" ENUM= "false" PREVIOUS= "postid" NEXT= "lastread" />
<FIELD NAME= "lastread" TYPE= "int" LENGTH= "10" NOTNULL= "true" UNSIGNED= "true" DEFAULT= "0" SEQUENCE= "false" ENUM= "false" PREVIOUS= "firstread" />
</FIELDS>
<KEYS >
2007-10-10 02:52:25 +00:00
<KEY NAME= "primary" TYPE= "primary" FIELDS= "id" />
2006-08-11 16:35:11 +00:00
</KEYS>
<INDEXES >
<INDEX NAME= "userid-forumid" UNIQUE= "false" FIELDS= "userid, forumid" NEXT= "userid-discussionid" />
<INDEX NAME= "userid-discussionid" UNIQUE= "false" FIELDS= "userid, discussionid" PREVIOUS= "userid-forumid" NEXT= "userid-postid" />
<INDEX NAME= "userid-postid" UNIQUE= "false" FIELDS= "userid, postid" PREVIOUS= "userid-discussionid" />
</INDEXES>
</TABLE>
<TABLE NAME= "forum_track_prefs" COMMENT= "Tracks each users untracked forums" PREVIOUS= "forum_read" >
<FIELDS >
<FIELD NAME= "id" TYPE= "int" LENGTH= "10" NOTNULL= "true" UNSIGNED= "true" SEQUENCE= "true" ENUM= "false" NEXT= "userid" />
<FIELD NAME= "userid" TYPE= "int" LENGTH= "10" NOTNULL= "true" UNSIGNED= "true" DEFAULT= "0" SEQUENCE= "false" ENUM= "false" PREVIOUS= "id" NEXT= "forumid" />
<FIELD NAME= "forumid" TYPE= "int" LENGTH= "10" NOTNULL= "true" UNSIGNED= "true" DEFAULT= "0" SEQUENCE= "false" ENUM= "false" PREVIOUS= "userid" />
</FIELDS>
<KEYS >
2007-10-10 02:52:25 +00:00
<KEY NAME= "primary" TYPE= "primary" FIELDS= "id" />
2006-08-11 16:35:11 +00:00
</KEYS>
<INDEXES >
<INDEX NAME= "userid-forumid" UNIQUE= "false" FIELDS= "userid, forumid" />
</INDEXES>
</TABLE>
</TABLES>
<STATEMENTS >
<STATEMENT NAME= "insert log_display" TYPE= "insert" TABLE= "log_display" COMMENT= "Initial insert of records on table log_display" >
<SENTENCES >
<SENTENCE TEXT= "(module, action, mtable, field) VALUES ('forum', 'add', 'forum', 'name')" />
<SENTENCE TEXT= "(module, action, mtable, field) VALUES ('forum', 'update', 'forum', 'name')" />
<SENTENCE TEXT= "(module, action, mtable, field) VALUES ('forum', 'add discussion', 'forum_discussions', 'name')" />
<SENTENCE TEXT= "(module, action, mtable, field) VALUES ('forum', 'add post', 'forum_posts', 'subject')" />
<SENTENCE TEXT= "(module, action, mtable, field) VALUES ('forum', 'update post', 'forum_posts', 'subject')" />
<SENTENCE TEXT= "(module, action, mtable, field) VALUES ('forum', 'user report', 'user', 'CONCAT(firstname," ",lastname)')" />
<SENTENCE TEXT= "(module, action, mtable, field) VALUES ('forum', 'move discussion', 'forum_discussions', 'name')" />
<SENTENCE TEXT= "(module, action, mtable, field) VALUES ('forum', 'view subscribers', 'forum', 'name')" />
<SENTENCE TEXT= "(module, action, mtable, field) VALUES ('forum', 'view discussion', 'forum_discussions', 'name')" />
<SENTENCE TEXT= "(module, action, mtable, field) VALUES ('forum', 'view forum', 'forum', 'name')" />
<SENTENCE TEXT= "(module, action, mtable, field) VALUES ('forum', 'subscribe', 'forum', 'name')" />
<SENTENCE TEXT= "(module, action, mtable, field) VALUES ('forum', 'unsubscribe', 'forum', 'name')" />
</SENTENCES>
</STATEMENT>
</STATEMENTS>
2007-10-10 02:52:25 +00:00
</XMLDB>