|
From: Horace <jus...@us...> - 2006-11-16 11:41:58
|
Update of /cvsroot/mxbb/mx_kb In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv2088/mx_kb Modified Files: db_install.php Log Message: Create table statement was wrong. Index: db_install.php =================================================================== RCS file: /cvsroot/mxbb/mx_kb/db_install.php,v retrieving revision 1.46 retrieving revision 1.47 diff -C2 -d -r1.46 -r1.47 *** db_install.php 12 Sep 2006 19:30:00 -0000 1.46 --- db_install.php 16 Nov 2006 11:41:51 -0000 1.47 *************** *** 102,107 **** auth_edit_groups smallint(5) NOT NULL default '0', auth_delete_groups smallint(5) NOT NULL default '0', ! auth_approval_groups smallint(5) NOT NULL default '0', // not really used ! auth_approval_edit_groups smallint(5) NOT NULL default '0', // not really used auth_moderator_groups smallint(5) NOT NULL default '0', --- 102,107 ---- auth_edit_groups smallint(5) NOT NULL default '0', auth_delete_groups smallint(5) NOT NULL default '0', ! auth_approval_groups smallint(5) NOT NULL default '0', /* not really used */ ! auth_approval_edit_groups smallint(5) NOT NULL default '0', /* not really used */ auth_moderator_groups smallint(5) NOT NULL default '0', |