|
From: Jon O. <jon...@us...> - 2005-04-02 21:05:19
|
Update of /cvsroot/mxbb/mx_kb In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15662/modules/mx_kb Modified Files: db_uninstall.php Log Message: typho Index: db_uninstall.php =================================================================== RCS file: /cvsroot/mxbb/mx_kb/db_uninstall.php,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** db_uninstall.php 1 Apr 2005 23:33:52 -0000 1.8 --- db_uninstall.php 2 Apr 2005 21:05:10 -0000 1.9 *************** *** 113,117 **** "DROP TABLE " . $mx_table_prefix . "kb_wordmatch ", ! "DROP TABLE " . $mx_table_prefix . "kb_votes " ); --- 113,121 ---- "DROP TABLE " . $mx_table_prefix . "kb_wordmatch ", ! "DROP TABLE " . $mx_table_prefix . "kb_votes ", ! ! "DROP TABLE " . $mx_table_prefix . "kb_custom ", ! ! "DROP TABLE " . $mx_table_prefix . "kb_customdata " ); |