carvster
04-20-2005, 09:40 AM
Hi John,
I finally got to installing the hack and am half way through version 3.4.1, but now see there is a new one.
In 3.4.1, I got as far as replacing the following in the private.php file:
// check for valid users
$pm['recipients'] = vbstrtolower(trim($pm['recipients']));
Unfortunately, the above doesn't appear in mine. Instead it has the following:
// check for valid users
$pm['recipients'] = trim($pm['recipients']);
Error in instructions?
Also, is it easiest/best to complete this installation and then do the upgrade? Or ???
I finally got to installing the hack and am half way through version 3.4.1, but now see there is a new one.
In 3.4.1, I got as far as replacing the following in the private.php file:
// check for valid users
$pm['recipients'] = vbstrtolower(trim($pm['recipients']));
Unfortunately, the above doesn't appear in mine. Instead it has the following:
// check for valid users
$pm['recipients'] = trim($pm['recipients']);
Error in instructions?
Also, is it easiest/best to complete this installation and then do the upgrade? Or ???