From 85fd47aa520dd41365b25a2db6ef996940ed1a9b Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Thu, 26 Jun 2008 04:02:14 -0400 Subject: [PATCH] lost parenthesis in xmppdaemon darcs-hash:20080626080214-34904-88d67a23cbdde21dd74064e6e0c401fb7204699a.gz --- xmppdaemon.php | 1 - 1 file changed, 1 deletion(-) diff --git a/xmppdaemon.php b/xmppdaemon.php index 4e45112596..ac3ab8acab 100644 --- a/xmppdaemon.php +++ b/xmppdaemon.php @@ -48,7 +48,6 @@ class XMPPDaemon { function connect() { $this->conn = jabber_connect($this->resource, "Send me a message to post a notice"); - ); if (!$this->conn) { return false; }