work mule
Senior Member
   
USA
1358 Posts |
Posted - 19 October 2002 : 17:06:03
|
Question is about the MOD_TYPE field in the Moderator table.
Other than the following, I couldn't find any code which actually uses it.
Searching for: MOD_TYPE admin_moderators.asp(138): strSql = "SELECT " & strTablePrefix & "MODERATOR.FORUM_ID, " & strTablePrefix & "MODERATOR.MEMBER_ID, " & strTablePrefix & "MODERATOR.MOD_TYPE " inc_create_forum_access_db.asp(218): strSql = strSql & "MOD_TYPE smallint NULL DEFAULT 0 )" inc_create_forum_mssql.asp(211): strSql = strSql & "MOD_TYPE smallint NULL )" inc_create_forum_mssql.asp(416): strSql = strSql & "CONSTRAINT " & strTablePrefix & "SnitzC61 DEFAULT 0 FOR MOD_TYPE, " inc_create_forum_mysql.asp(253): strSql = strSql & "MOD_TYPE smallint (6) DEFAULT '0', " Found 5 occurrence(s) in 4 file(s)
I was wondering what were the original intentions for this field and if it's likely it'll be used officially in the future? I saw that GauravBhabu was doing some work with it sometime back, but otherwise, I haven't seen to many references to it.
|
|