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

This commit is contained in:
zero 2007-04-06 05:37:22 +00:00
parent 8a489f6f16
commit 7bd24d6934
2 changed files with 23 additions and 0 deletions

View file

@ -13,5 +13,15 @@
function init() {
}
/**
* @brief 설문조사의 html데이터를 return
* 설문조사에 응하였는지에 대한 체크를 결과를 return
**/
function getPollHtml($poll_srl) {
return "SAdf";
}
}
?>