Close comment correctly.

This commit is contained in:
Chris Morgan
2005-05-09 22:34:47 +00:00
committed by WineHQ
parent f0c756e094
commit 718772d5b3

View File

@@ -327,7 +327,7 @@ class Application {
case "delete":
$sSubject = $this->sName." has been deleted by ".$_SESSION['current']->sRealname;
/* if replyText is set we should report the reason the application was deleted
/* if replyText is set we should report the reason the application was deleted */
if($_REQUEST['replyText'])
{
$sMsg .= "Reason given:\n";