|
From: Jonathan H. <the...@us...> - 2002-02-13 21:08:43
|
Update of /cvsroot/phpbb/phpBB2
In directory usw-pr-cvs1:/tmp/cvs-serv1794
Modified Files:
modcp.php
Log Message:
Fix a bit of a typo on Line 512 with non-ending string
bug #517154
Index: modcp.php
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/modcp.php,v
retrieving revision 1.58
retrieving revision 1.59
diff -C2 -r1.58 -r1.59
*** modcp.php 13 Feb 2002 15:41:57 -0000 1.58
--- modcp.php 13 Feb 2002 21:08:34 -0000 1.59
***************
*** 510,514 ****
else
{
! $hidden_fields .= '<input type="hidden" name="' . POST_TOPIC_URL . '" value="' . $topic_id . '" /
}
--- 510,514 ----
else
{
! $hidden_fields .= '<input type="hidden" name="' . POST_TOPIC_URL . '" value="' . $topic_id . '" />';
}
|