|
From: Paul S. O. <ps...@us...> - 2001-12-29 15:18:36
|
Update of /cvsroot/phpbb/phpBB2
In directory usw-pr-cvs1:/tmp/cvs-serv32254
Modified Files:
posting.php
Log Message:
Fixed bug #496954
Index: posting.php
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/posting.php,v
retrieving revision 1.132
retrieving revision 1.133
diff -C2 -r1.132 -r1.133
*** posting.php 2001/12/28 16:25:31 1.132
--- posting.php 2001/12/29 15:18:34 1.133
***************
*** 678,682 ****
else if( $mode == "smilies" )
{
! generate_smilies('window');
exit;
}
--- 678,682 ----
else if( $mode == "smilies" )
{
! generate_smilies("window", PAGE_POSTING);
exit;
}
***************
*** 2585,2589 ****
// Send smilies to template
//
! generate_smilies('inline');
//
--- 2585,2589 ----
// Send smilies to template
//
! generate_smilies("inline", PAGE_POSTING);
//
|