#18400372 : Context close in xml cache codes

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6893 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
haneul 2009-10-27 05:24:09 +00:00
parent d4f35bb906
commit 9b10cc2df1
2 changed files with 4 additions and 2 deletions

View file

@ -1287,7 +1287,8 @@
'header("Cache-Control: post-check=0, pre-check=0", false); '.
'header("Pragma: no-cache"); '.
'%s'.
'%s'.
'%s '.
'$oContext->close();'.
'?>'.
'<root>%s</root>',
$header_script,

View file

@ -411,7 +411,8 @@
'header("Cache-Control: no-store, no-cache, must-revalidate"); '.
'header("Cache-Control: post-check=0, pre-check=0", false); '.
'header("Pragma: no-cache"); '.
'%s'.
'%s '.
'$oContext->close(); '.
'?>'.
'<root>%s</root>',
$header_script,