mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-08 23:19:04 +01:00
Formatting
This commit is contained in:
parent
19eec8895a
commit
e384123d61
@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
?>
|
||||
|
Loading…
Reference in New Issue
Block a user