Update of /cvsroot/arianne/stendhal_website/scripts
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv12927/scripts
Modified Files:
account.php
Log Message:
fixed wrong variable in close_socket call on account merge noticifaction
Index: account.php
===================================================================
RCS file: /cvsroot/arianne/stendhal_website/scripts/account.php,v
retrieving revision 1.82
retrieving revision 1.83
diff -C2 -d -r1.82 -r1.83
*** account.php 3 Nov 2012 22:37:18 -0000 1.82
--- account.php 19 Jan 2013 20:49:29 -0000 1.83
***************
*** 1042,1045 ****
$msg = $prefix.'/'.$message;
socket_sendto($socket, $msg, strlen($msg), 0, '127.0.0.1', 7839);
! socket_close($sock);
}
\ No newline at end of file
--- 1042,1045 ----
$msg = $prefix.'/'.$message;
socket_sendto($socket, $msg, strlen($msg), 0, '127.0.0.1', 7839);
! socket_close($socket);
}
\ No newline at end of file
|