r7485 보완

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@7486 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
ngleader 2010-05-26 01:47:54 +00:00
parent 19497e2837
commit d0c7dfcfaf
2 changed files with 3 additions and 5 deletions

View file

@ -66,7 +66,7 @@
}
function truncate() {
apc_clear_cache('user');
return apc_clear_cache('user');
}
}
?>