actually if I take out the PM datamanager code temporarily...and replace with this:
Code:
$pmto_users[] = $pquery['username'];
$pmtousernames = implode(';', $pmto_users);
echo "$pmtousernames";
I get CMUrickCMUrick;Pepsico
Its printing out CMUrick twice and I have no idea why. But its working kinda...
jwocky: You need the code in this post I think to grab names and put em in an array, then you will get a different output in your tests.