mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 18:51:41 +09:00
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:
parent
1fee1ce68f
commit
2fcf136b1a
1 changed files with 1 additions and 0 deletions
|
|
@ -62,6 +62,7 @@
|
||||||
header("Cache-Control: post-check=0, pre-check=0", false);
|
header("Cache-Control: post-check=0, pre-check=0", false);
|
||||||
header("Pragma: no-cache");
|
header("Pragma: no-cache");
|
||||||
print $content;
|
print $content;
|
||||||
|
Context::close();
|
||||||
exit();
|
exit();
|
||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue