git-svn-id: file:///svn/phpbb/trunk@168 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
natec 2001-04-16 20:44:52 +00:00
parent b684289bb1
commit 9468f91ea0

View file

@ -73,6 +73,7 @@ class Template {
*/ */
function destroy() function destroy()
{ {
global $_tpldata;
$_tpldata = array(); $_tpldata = array();
} }