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