From 718772d5b3d63f98d962737635b285153eddda78 Mon Sep 17 00:00:00 2001 From: Chris Morgan Date: Mon, 9 May 2005 22:34:47 +0000 Subject: [PATCH] Close comment correctly. --- include/application.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/application.php b/include/application.php index 0ee78fa..36c68c8 100644 --- a/include/application.php +++ b/include/application.php @@ -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";