Update of /cvsroot/phpwsbb/phpwsbb/boost
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18115/boost
Modified Files:
install.sql
Log Message:
Fixed Bug Report [1037336] "1.0.0 CVS: Can't add new forum"
Index: install.sql
===================================================================
RCS file: /cvsroot/phpwsbb/phpwsbb/boost/install.sql,v
retrieving revision 1.20
retrieving revision 1.21
diff -C2 -d -r1.20 -r1.21
*** install.sql 26 Sep 2004 05:11:54 -0000 1.20
--- install.sql 30 Sep 2004 04:18:31 -0000 1.21
***************
*** 20,23 ****
--- 20,24 ----
lastpost_topic_id int NOT NULL default '0',
lastpost_post_id int NOT NULL default '0',
+ moderators varchar(40) NOT NULL default '',
PRIMARY KEY (id)
);
|