|
From: Paul S. O. <ps...@us...> - 2001-11-09 12:24:40
|
Update of /cvsroot/phpbb/phpBB2
In directory usw-pr-cvs1:/tmp/cvs-serv20357
Modified Files:
viewtopic.php
Log Message:
The way message is output for unset topic/post was correct, changing back
Index: viewtopic.php
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/viewtopic.php,v
retrieving revision 1.128
retrieving revision 1.129
diff -C2 -r1.128 -r1.129
*** viewtopic.php 2001/11/09 09:12:01 1.128
--- viewtopic.php 2001/11/09 12:24:36 1.129
***************
*** 46,50 ****
if( !isset($topic_id) && !isset($post_id) )
{
! message_die(GENERAL_MESSAGE, $lang['Topic_post_not_exist'], $lang['Error'], __LINE__, __FILE__);
}
--- 46,50 ----
if( !isset($topic_id) && !isset($post_id) )
{
! message_die(GENERAL_MESSAGE, 'Topic_post_not_exist');
}
|