Fixed some undefined variables (my bad ;))

git-svn-id: file:///svn/phpbb/trunk@3946 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Ludovic Arnaud 2003-04-24 18:20:53 +00:00
parent c74b68c26b
commit c3e4f02d49

View file

@ -585,6 +585,7 @@ do
'poster' => $poster,
'user_id' => $row['user_id'],
'topic_id' => $row['topic_id'],
'forum_id' => $row['forum_id'],
'post_subject' => $row['post_subject'],
'post_edit_count' => $row['post_edit_count'],
'post_edit_time' => $row['post_edit_time'],