|
acajoom 前台mod提示 乱码问题
|
|
|
|
Author: Autoit | Date:2008-04-22 | View: 13452 | Digg: 11 |
|
/administrator/components/com_acajoom/classes/class.module.php 234 line:
$text .='>'.compa::toolTip($list->list_desc, $list->list_name, '', '', $list->list_name, $link, 1).'</span>'; to:
$text .= ">".compa::toolTip(addslashes($list->list_desc), addslashes($list->list_name), '', '', $list->list_name, $link, 1).'</span>'; 或 $text .= ">". mosToolTip(addslashes($list->list_desc), addslashes($list->list_name), '', '', $list->list_name, $link, 1).'</span>';
Permanent URL: http://www.autoit.cn/index.php/content/view/114/25.html
Only registered users can write comments. Please login or register. |