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";