|
From: Paul S. O. <ps...@us...> - 2001-12-16 13:41:40
|
Update of /cvsroot/phpbb/phpBB2
In directory usw-pr-cvs1:/tmp/cvs-serv17348
Modified Files:
viewtopic.php
Log Message:
Fix view newest post error + missing mini post icon in posting preview
Index: viewtopic.php
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/viewtopic.php,v
retrieving revision 1.152
retrieving revision 1.153
diff -C2 -r1.152 -r1.153
*** viewtopic.php 2001/12/16 13:36:47 1.152
--- viewtopic.php 2001/12/16 13:41:37 1.153
***************
*** 78,82 ****
if( !($row = $db->sql_fetchrow($result)) )
{
! message_die(GENERAL_MESSAGE, $lang['No_new_posts_last_visit']);
}
else
--- 78,82 ----
if( !($row = $db->sql_fetchrow($result)) )
{
! message_die(GENERAL_MESSAGE, 'No_new_posts_last_visit');
}
else
|