|
From: Paul S. O. <ps...@us...> - 2001-11-05 02:40:45
|
Update of /cvsroot/phpbb/phpBB2 In directory usw-pr-cvs1:/tmp/cvs-serv29979 Modified Files: posting.php Log Message: Fixed small error in message output upon deletion of msg Index: posting.php =================================================================== RCS file: /cvsroot/phpbb/phpBB2/posting.php,v retrieving revision 1.87 retrieving revision 1.88 diff -C2 -r1.87 -r1.88 *** posting.php 2001/11/03 16:14:59 1.87 --- posting.php 2001/11/05 02:40:41 1.88 *************** *** 1377,1381 **** // If we get here the post has been deleted successfully. // ! $msg_die = $lang['Deleted']; if( !$is_first_post_topic && !$is_last_post_topic ) --- 1377,1381 ---- // If we get here the post has been deleted successfully. // ! $message = $lang['Deleted']; if( !$is_first_post_topic && !$is_last_post_topic ) |