|
joomlaboard签名档乱码问题
|
|
|
|
Author: Autoit | Date:2007-01-26 | View: 10877 | Digg: 60 |
|
文件: components/com_joomlaboard/userprofile.php : $signature=trim(htmlentities(addslashes($signature))); 里使用了 htmlentities 函数导致的问题.暂时可先删除, $signature=trim(addslashes($signature)); 可解决单纯文字乱码的问题. 其他未思考.
Permanent URL: http://www.autoit.cn/index.php/content/view/102/25.html
| 1 | Jonny @ 2007-01-27 04:28:45 : | | 谢谢 |
Only registered users can write comments. Please login or register. |