|
From: Paul S. O. <ps...@us...> - 2002-01-01 00:27:58
|
Update of /cvsroot/phpbb/phpBB2
In directory usw-pr-cvs1:/tmp/cvs-serv23634
Modified Files:
upgrade.php
Log Message:
Fix bug #498198
Index: upgrade.php
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/upgrade.php,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -r1.13 -r1.14
*** upgrade.php 2001/12/31 22:00:59 1.13
--- upgrade.php 2002/01/01 00:27:55 1.14
***************
*** 1906,1914 ****
$fields = array(
BANLIST_TABLE => array("ban_start", "ban_end", "ban_time_type"),
! FORUMS_TABLE => array("forum_access", "forum_moderator", "forum_type", "forum_pass"),
PRIVMSGS_TABLE => array("msg_text"),
RANKS_TABLE => array("rank_max"),
! SMILIES_TABLE => array("emotion"),
! USERS_TABLE => array("user_hint")
);
--- 1906,1913 ----
$fields = array(
BANLIST_TABLE => array("ban_start", "ban_end", "ban_time_type"),
! FORUMS_TABLE => array("forum_access", "forum_moderator", "forum_type"),
PRIVMSGS_TABLE => array("msg_text"),
RANKS_TABLE => array("rank_max"),
! SMILIES_TABLE => array("emotion")
);
|