Quote:
Originally Posted by paul41598
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.
|
Ok, i imploded the array $pmdm->errors in the same way you did above and got it to spit out the error code, turns out in my case, the user set to recieve the PM had his inbox full! argh.