Skip to content

Commit

Permalink
update to match latest changes in privatemssg module schema
Browse files Browse the repository at this point in the history
  • Loading branch information
Naheem Zaffar committed Dec 13, 2008
1 parent 5ea545a commit a87d6ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion phpbb2privatemsg.module
Expand Up @@ -125,7 +125,7 @@ function phpbb2privatemsg_import() {
'body' => $pm->message_text,
'timestamp' => $pm->message_time,
// HACK ALERT!!! - assume all imported messages have alerady been read.
'new' => 0,
'is_new' => 0,
'hostname' => substr($pm->author_ip, 0, 255),
'format' => $format,
);
Expand Down

0 comments on commit a87d6ff

Please sign in to comment.