Code

Replaced print_red with msg_dialog, for testing
[gosa.git] / include / sieve / class_sieve.inc
index 84940955e92e60790adfb070055eb8d3bf0104c9..c45d0f18e2da2878bac90b0441461aa487eaf8fa 100644 (file)
@@ -1,4 +1,4 @@
-<?
+<?php
 
 /*
  * $Id: class_sieve.inc,v 1.1 2005/02/21 09:33:01 cajus Exp $ 
@@ -280,7 +280,7 @@ class sieve
   function sieve_login()
   {
 
-    $this->fp=fsockopen($this->host,$this->port);
+    $this->fp=@fsockopen($this->host,$this->port);
     if($this->fp == false)
         return false;