WBB3: Private Messages are not being imported correctly Issue Tools
issueid=25576 Tue 20th May '08 9:27am
vBG.com Team
WBB3: Private Messages are not being imported correctly

This code in wbb3/008.php:
Code:
			$userid 	= $idcache->get_id('user', $pm_recipt['userID']);
			$username	= $idcache->get_id('username', $pm_recipt['userID']);
should be:
Code:
			$userid 	= $idcache->get_id('user', $pm_recipt['recipientID']);
			$username	= $idcache->get_id('username', $pm_recipt['recipientID']);
Issue Details
Project ImpEx
Category Incorrectly associated data
Status Fixed (Closed)
Priority 5 - Medium
Affected Version 1.86
Fixed Version 1.91
Users able to reproduce bug 0
Users unable to reproduce bug 0
Assigned Users Jerry
Tags (none)

Fri 27th Jun '08 12:19pm
Issue Changed by Jerry
  • Status changed from Unconfirmed to Fixed (Closed)
  • Issue marked as addressed
  • Addressed version changed from Unknown to 1.91
  • User assignments modified
Reply