|
From: Jonathan H. <the...@us...> - 2002-03-19 19:37:33
|
Update of /cvsroot/phpbb/phpBB2
In directory usw-pr-cvs1:/tmp/cvs-serv25697
Modified Files:
upgrade.php
Log Message:
Fix for bug #521935 (extra fields in db after upgrade)
Index: upgrade.php
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/upgrade.php,v
retrieving revision 1.23
retrieving revision 1.24
diff -C2 -r1.23 -r1.24
*** upgrade.php 18 Mar 2002 13:35:43 -0000 1.23
--- upgrade.php 19 Mar 2002 19:37:30 -0000 1.24
***************
*** 1832,1836 ****
PRIVMSGS_TABLE => array("msg_text"),
RANKS_TABLE => array("rank_max"),
! SMILIES_TABLE => array("emotion")
);
--- 1832,1837 ----
PRIVMSGS_TABLE => array("msg_text"),
RANKS_TABLE => array("rank_max"),
! SMILIES_TABLE => array("emotion"),
! TOPICS_TABLE => array("topic_notify")
);
|