git-svn-id: http://xe-core.googlecode.com/svn/trunk@1007 201d5d3c-b55e-5fd7-737f-ddc643e51545

This commit is contained in:
zero 2007-04-06 06:58:46 +00:00
parent 779f84e82e
commit 7766677867
4 changed files with 19 additions and 2 deletions

View file

@ -0,0 +1,7 @@
/* 설문 참여 함수 */
function doPoll(fo_obj) {
procFilter(fo_obj, poll);
return false;
}