
12-06-2008, 07:09 PM
|
 |
|
|
Join Date: Feb 2002
Location: SE Texas
Posts: 182
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by noppid
Glad to help. When I saw the bug and that dismounted was busy, I had to do something. I use this hack and it's important to us. So, hopefully this can be the permanent fix.
This is shorter.
PHP Code:
$encodedlink = str_replace("%26amp%3B", "&" , urlencode($rightlink));
|
That appears to be the fix.
|