diff options
| author | wjames5 <will@tekimaki.com> | 2009-06-20 17:50:12 +0000 |
|---|---|---|
| committer | wjames5 <will@tekimaki.com> | 2009-06-20 17:50:12 +0000 |
| commit | 1afb34a793983b1d66dc8670db985c7f7aee03be (patch) | |
| tree | 31ccf8725ddc4484e2f88caeab5744815996c925 /admin | |
| parent | 75f0669393c084249e73842d2714da0ec4029274 (diff) | |
| download | boards-1afb34a793983b1d66dc8670db985c7f7aee03be.tar.gz boards-1afb34a793983b1d66dc8670db985c7f7aee03be.tar.bz2 boards-1afb34a793983b1d66dc8670db985c7f7aee03be.zip | |
oops fix params refs
Diffstat (limited to 'admin')
| -rw-r--r-- | admin/boardsync_inc.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/boardsync_inc.php b/admin/boardsync_inc.php index 66e38b1..be1ba40 100644 --- a/admin/boardsync_inc.php +++ b/admin/boardsync_inc.php @@ -175,7 +175,7 @@ function board_sync_process_message( $pMbox, $pMsgNum, $pRawHeader, $pMsgStructu global $gBitSystem, $gBitDb; // @TODO deprecate board_sync_get_header and get info directly from header hash - $header = imap_headerinfo( $mbox, $msgNum ); + $header = imap_headerinfo( $pMbox, $pMsgNum ); // Collect a bit of header information $message_id = board_sync_get_header('Message-ID', $pRawHeader); |
