|
From: Meik S. <acy...@us...> - 2003-03-18 23:27:11
|
Update of /cvsroot/phpbb/phpBB2
In directory sc8-pr-cvs1:/tmp/cvs-serv21986
Modified Files:
Tag: phpBB-2_0_0
privmsg.php
Log Message:
you have not seen this one. ;)
Index: privmsg.php
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/Attic/privmsg.php,v
retrieving revision 1.96.2.28
retrieving revision 1.96.2.29
diff -C2 -r1.96.2.28 -r1.96.2.29
*** privmsg.php 18 Mar 2003 23:24:02 -0000 1.96.2.28
--- privmsg.php 18 Mar 2003 23:27:04 -0000 1.96.2.29
***************
*** 1680,1684 ****
// the user has a signature
//
- echo ";".$user_sig.";";
if ( $user_sig != '' )
{
--- 1680,1683 ----
|