Loading sources/feedback.php +2 −2 Original line number Diff line number Diff line Loading @@ -811,11 +811,11 @@ function actualise_post_comment($allow_comments, $content_type, $content_id, $co $body = substr($body, 0, strlen($body) - 2); } if (get_page_name() != 'tickets') { $post .= '{+START,IF,{$IS_ADMIN}}'; $post .= '[staff_note]'; } $post .= "\n\n" . '[email subject="Re: ' . comcode_escape($post_title) . ' [' . get_site_name() . ']" body="' . comcode_escape($body) . '"]' . $email . '[/email]' . "\n\n"; if (get_page_name() != 'tickets') { $post .= '{+END}'; $post .= '[/staff_note]'; } } Loading Loading
sources/feedback.php +2 −2 Original line number Diff line number Diff line Loading @@ -811,11 +811,11 @@ function actualise_post_comment($allow_comments, $content_type, $content_id, $co $body = substr($body, 0, strlen($body) - 2); } if (get_page_name() != 'tickets') { $post .= '{+START,IF,{$IS_ADMIN}}'; $post .= '[staff_note]'; } $post .= "\n\n" . '[email subject="Re: ' . comcode_escape($post_title) . ' [' . get_site_name() . ']" body="' . comcode_escape($body) . '"]' . $email . '[/email]' . "\n\n"; if (get_page_name() != 'tickets') { $post .= '{+END}'; $post .= '[/staff_note]'; } } Loading