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

This commit is contained in:
zero 2007-04-18 05:46:44 +00:00
parent 7ae6882c5c
commit 11e4a9ce06

View file

@ -17,6 +17,10 @@
* @brief 카운터 기록
**/
function procCounterExecute() {
$oDB = &DB::getInstance();
$oDB->begin();
// 로그를 검사
$oCounterModel = &getModel('counter');
@ -39,6 +43,8 @@
$this->insertPageView();
}
}
$oDB->commit();
}
/**