MySQL_InnoDB등에서 autocommit=false일 경우 블로그API에서 비정상 종료를 call하기에 commit이 안되는 문제 해결

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@3383 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2007-12-20 03:39:12 +00:00
parent 1fee1ce68f
commit 2fcf136b1a

View file

@ -62,6 +62,7 @@
header("Cache-Control: post-check=0, pre-check=0", false);
header("Pragma: no-cache");
print $content;
Context::close();
exit();
}
?>