Update of /cvsroot/phpslash/phpslash-ft/public_html
In directory sc8-pr-cvs1:/tmp/cvs-serv30216/phpslash-ft/public_html
Modified Files:
submission.php3
Log Message:
Admin messages should be available for translation now.
Index: submission.php3
===================================================================
RCS file: /cvsroot/phpslash/phpslash-ft/public_html/submission.php3,v
retrieving revision 1.18
retrieving revision 1.19
diff -C2 -d -r1.18 -r1.19
*** submission.php3 10 Jan 2003 18:36:08 -0000 1.18
--- submission.php3 23 Jan 2003 02:48:02 -0000 1.19
***************
*** 53,62 ****
logwrite("Story Submission", "$REMOTE_ADDR submitted a story");
$content .= pslgetText('Thanks for this submission. We have it and will set our fearless editorial staff upon it right this second.') . "<br>\n";
! // send email for new submission.
if ($_PSL[submitnotify]) {
! $ary['tpl'] = "emailNotifySubmission";
$ary['vars'] = $HTTP_POST_VARS;
! $success = emailNotify($ary);
! }
} else {
$content .= "<FONT COLOR=RED>".pslgetText("Something broke, I'm not sure what though??")."</FONT>\n";
--- 53,62 ----
logwrite("Story Submission", "$REMOTE_ADDR submitted a story");
$content .= pslgetText('Thanks for this submission. We have it and will set our fearless editorial staff upon it right this second.') . "<br>\n";
! // send email for new submission.
if ($_PSL[submitnotify]) {
! $ary['tpl'] = "emailNotifySubmission";
$ary['vars'] = $HTTP_POST_VARS;
! $success = emailNotify($ary);
! }
} else {
$content .= "<FONT COLOR=RED>".pslgetText("Something broke, I'm not sure what though??")."</FONT>\n";
|