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

This commit is contained in:
zero 2007-04-06 08:37:00 +00:00
parent ce2f0a583b
commit 61f574fe90
6 changed files with 10 additions and 5 deletions

View file

@ -165,8 +165,11 @@
$oDB->commit();
// tpl 가져오기
$tpl = $oPollModel->getPollHtml($poll_srl);
$this->add('poll_srl', $poll_srl);
$this->add('tpl','haha');
$this->add('tpl',$tpl);
$this->setMessage('success_poll');
}