spamfilter 스팸단어에 따옴표가 있을 경우 삭제 안되는 문제 수정

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4121 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
bnu 2008-04-18 11:00:48 +00:00
parent 1c37f1f49a
commit 938c8830fd
2 changed files with 2 additions and 1 deletions

View file

@ -57,7 +57,7 @@
* @brief 금지 Word삭제
**/
function procSpamfilterAdminDeleteDeniedWord() {
$word = Context::get('word');
$word = base64_decode(Context::get('word'));
return $this->deleteWord($word);
}

View file

@ -65,6 +65,7 @@
<td class="tahoma">{count($word_list)-$no}</td>
<td>{$val->word}</td>
<td class="tahoma">{zdate($val->regdate,"Y-m-d")}</td>
{@ $val->word = base64_encode($val->word);}
<td class="red"><a href="#" onclick="doDeleteDeniedWord('{$val->word}');return false;">{$lang->cmd_delete}</a></td>
</tr>
<!--@end-->