Formatting

This commit is contained in:
Miles Lott 2001-05-21 09:00:41 +00:00
parent 19eec8895a
commit e384123d61

View File

@ -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
} }
} }
} }
} }
?>