mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-18 10:59:54 +02:00
Formatting
This commit is contained in:
@@ -23,8 +23,8 @@
|
||||
|
||||
/* $Id$ */
|
||||
|
||||
class network
|
||||
{
|
||||
class network
|
||||
{
|
||||
var $socket;
|
||||
var $addcrlf = TRUE;
|
||||
var $error;
|
||||
@@ -56,7 +56,7 @@ class network
|
||||
$this->error['code'] = $code;
|
||||
$this->error['msg'] = $msg;
|
||||
$this->error['desc'] = $desc;
|
||||
// $this->close_port();
|
||||
// $this->close_port();
|
||||
$this->errorset = 1;
|
||||
return 0;
|
||||
}
|
||||
@@ -234,4 +234,5 @@ class network
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
?>
|
||||
|
Reference in New Issue
Block a user