* printing option should now work if set to False

* ignore read errors


git-svn-id: svn://netflint.net/xmpphp@13 ef36c318-a008-4979-b6e8-6b496270793b
This commit is contained in:
fritzy
2008-04-02 20:19:55 +00:00
parent 7548c9f136
commit 8478473813
2 changed files with 6 additions and 6 deletions

View File

@@ -30,7 +30,7 @@ class XMPP extends XMLStream {
var $fulljid;
function XMPP($host, $port, $user, $password, $resource, $server=Null, $printlog=False, $loglevel=Null) {
$this->XMLStream($host, $port, $loglevel, $loglevel);
$this->XMLStream($host, $port, $printlog, $loglevel);
$this->user = $user;
$this->password = $password;
$this->resource = $resource;