포인트 랭킹 위젯 오류 수정 및 위젯의 변수명에 사용되는 javascript escape의 php unescape 코드 변경

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@3621 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2008-01-30 02:44:36 +00:00
parent 0865bddced
commit 2e73720fb9
3 changed files with 17 additions and 3 deletions

View file

@ -45,6 +45,8 @@
$obj->list_count = $list_count;
$obj->is_admin = $args->without_admin == "true" ? "N" : "";
$output = new Object();
if(count($target_group) || count($target_group_without)) {
// 그룹 목록을 구해옴
$group_list = $oMemberModel->getGroups();