Skip to content
This repository has been archived by the owner on Aug 23, 2020. It is now read-only.

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
sparticus1701 committed Nov 18, 2011
1 parent f9231e6 commit c221405
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions email-notifications/email-notifications-event.php
Expand Up @@ -55,7 +55,7 @@ function process_event ($event, $userid, $handle, $cookieid, $params)

if ($emailsubscriptions) // email those in the database
{
$body = "A question on ^site_title has been asked by ^q_handle:\n\nThe question is:\n\n^open^q_title^close\n\n^open^q_content^close\n\nIf you would like to view this quesion:\n\n^url\n\nThank you,\n\n^site_title";
$body = "A question on ^site_title has been asked by ^q_handle:\n\nThe question is:\n\n^open^q_title^close\n\n^open^q_content^close\n\nIf you would like to view this question:\n\n^url\n\nThank you,\n\n^site_title";
$subject = 'New ^site_title question: ^q_title';
$subs = array(
'^q_handle' => isset($handle) ? $handle : qa_lang('main/anonymous'),
Expand Down Expand Up @@ -88,7 +88,7 @@ function process_event ($event, $userid, $handle, $cookieid, $params)
}
else if ($event == 'a_post')
{
$body = "A question on ^site_title has been answered by ^a_handle:\n\n^open^a_content^close\n\nThe question was:\n\n^open^q_title^close\n\nIf you would like to view this quesion:\n\n^url\n\nThank you,\n\n^site_title";
$body = "A question on ^site_title has been answered by ^a_handle:\n\n^open^a_content^close\n\nThe question was:\n\n^open^q_title^close\n\nIf you would like to view this question:\n\n^url\n\nThank you,\n\n^site_title";
$subject = 'New ^site_title answer to: ^q_title';

$parentpost=qa_post_get_full($params['parentid']);
Expand Down

0 comments on commit c221405

Please sign in to comment.