Quote:
Originally Posted by OldSchoolDSL
I temporary installed this to see how this would work & used it to read my own PM (sent to myself). But I did notice a small little thing above:
PHP Code:
Deprecated: Assigning the return value of new by reference is deprecated in /home/xxxxx/public_html/forums/admincp/read_pms.php on line 517
|
That is because when I wrote this, it was for the vBulletin 3.x.x series and it on a PHP 4 platform... now because vBulletin 4.x.x uses PHP 5.2.0 as a minimum requirement, I forgot to remove the "pass by reference" OOP operator, as in PHP 5 and above this is done automatically. So, I will release new version soon... thanks for pointing that out OldSchoolDSL