diff options
author | Henry Sudhof <kellanved@phpbb.com> | 2009-02-20 14:50:43 +0000 |
---|---|---|
committer | Henry Sudhof <kellanved@phpbb.com> | 2009-02-20 14:50:43 +0000 |
commit | f42fe3b024861d20b99272d9c1dc56b81974a753 (patch) | |
tree | 212131a5a0f1e4b3469f5cc364e777dcff0009b9 /phpBB/install/convertors | |
parent | a20c84497cc152b2f17592bba1419d51ad24bffa (diff) | |
download | forums-f42fe3b024861d20b99272d9c1dc56b81974a753.tar forums-f42fe3b024861d20b99272d9c1dc56b81974a753.tar.gz forums-f42fe3b024861d20b99272d9c1dc56b81974a753.tar.bz2 forums-f42fe3b024861d20b99272d9c1dc56b81974a753.tar.xz forums-f42fe3b024861d20b99272d9c1dc56b81974a753.zip |
Actually, this should never happen, ... #41945
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9333 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/install/convertors')
-rw-r--r-- | phpBB/install/convertors/convert_phpbb20.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/install/convertors/convert_phpbb20.php b/phpBB/install/convertors/convert_phpbb20.php index 21c60cdaa9..805c67b92d 100644 --- a/phpBB/install/convertors/convert_phpbb20.php +++ b/phpBB/install/convertors/convert_phpbb20.php @@ -494,7 +494,7 @@ if (!$get_info) array('topic_moved_id', 0, ''), array('topic_type', 'topics.topic_type', 'phpbb_convert_topic_type'), array('topic_first_post_id', 'topics.topic_first_post_id', ''), - array('topic_last_view_time', 'posts.post_time', ''), + array('topic_last_view_time', 'posts.post_time', 'intval'), array('poll_title', 'vote_desc.vote_text', array('function1' => 'null_to_str', 'function2' => 'phpbb_set_encoding', 'function3' => 'utf8_htmlspecialchars')), array('poll_start', 'vote_desc.vote_start', 'null_to_zero'), array('poll_length', 'vote_desc.vote_length', 'null_to_zero'), |