|
From: Paul S. O. <ps...@us...> - 2001-11-15 16:35:11
|
Update of /cvsroot/phpbb/phpBB2 In directory usw-pr-cvs1:/tmp/cvs-serv15887 Modified Files: posting.php Log Message: Email form - free with purchase of any two other items Index: posting.php =================================================================== RCS file: /cvsroot/phpbb/phpBB2/posting.php,v retrieving revision 1.93 retrieving revision 1.94 diff -C2 -r1.93 -r1.94 *** posting.php 2001/11/15 16:26:41 1.93 --- posting.php 2001/11/15 16:35:09 1.94 *************** *** 2718,2722 **** "L_OPTIONS" => $lang['Options'], "L_PREVIEW" => $lang['Preview'], ! "L_SPELLCHECK" => $lang['Specllcheck'], "L_SUBMIT" => $lang['Submit_post'], "L_CANCEL" => $lang['Cancel_post'], --- 2718,2722 ---- "L_OPTIONS" => $lang['Options'], "L_PREVIEW" => $lang['Preview'], ! "L_SPELLCHECK" => $lang['Spellcheck'], "L_SUBMIT" => $lang['Submit_post'], "L_CANCEL" => $lang['Cancel_post'], |