removed unnesessary php closing tags

git-svn-id: svn://netflint.net/xmpphp@25 ef36c318-a008-4979-b6e8-6b496270793b
This commit is contained in:
temp 2008-04-28 22:07:02 +00:00
parent ac78c821a0
commit 6a45a12535
4 changed files with 0 additions and 5 deletions

View File

@ -58,5 +58,3 @@ class Logging {
if($clear) $this->data = array();
}
}
?>

View File

@ -83,4 +83,3 @@ class XMLObj {
}
}
}
?>

View File

@ -355,4 +355,3 @@ class XMLStream {
xml_set_character_data_handler($this->parser, 'charXML');
}
}

View File

@ -154,4 +154,3 @@ class XMPP extends XMLStream {
$this->reset();
}
}
?>