[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Phpgroupware-cvs] CVS: email/inc class.mail_send.inc.php,1.8,1.9
From: |
Mark A Peters <address@hidden> |
Subject: |
[Phpgroupware-cvs] CVS: email/inc class.mail_send.inc.php,1.8,1.9 |
Date: |
Sun, 01 Sep 2002 20:04:24 -0400 |
Update of /cvsroot/phpgroupware/email/inc
In directory subversions:/tmp/cvs-serv7102/email/inc
Modified Files:
class.mail_send.inc.php
Log Message:
GNU Patch #286.
Index: class.mail_send.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/email/inc/class.mail_send.inc.php,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -r1.8 -r1.9
*** class.mail_send.inc.php 11 Jan 2002 06:10:32 -0000 1.8
--- class.mail_send.inc.php 2 Sep 2002 00:04:22 -0000 1.9
***************
*** 93,97 ****
do
{
! $rmsg = fgets($socket,255);
$this->err['server_chat'] .=
htmlspecialchars('s->c: '.$rmsg);
if ($this->trace_flag > 0) {
$this->log_trace('socket2msg: rmsg', $rmsg); }
--- 93,97 ----
do
{
! $rmsg = fgets($socket,1024);
$this->err['server_chat'] .=
htmlspecialchars('s->c: '.$rmsg);
if ($this->trace_flag > 0) {
$this->log_trace('socket2msg: rmsg', $rmsg); }
***************
*** 381,383 ****
// end of class
}
! ?>
--- 381,383 ----
// end of class
}
! ?>
\ No newline at end of file
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Phpgroupware-cvs] CVS: email/inc class.mail_send.inc.php,1.8,1.9,
Mark A Peters <address@hidden> <=