From 9b9d3378aa45140c8da3e9128c68cae5fee3343c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20Nicolaysen=20S=C3=B8rnes?= Date: Wed, 29 Jul 2009 16:34:02 +0200 Subject: [PATCH] note: Remove reference to undefined variable --- include/note.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/note.php b/include/note.php index 9b0e8fb..0161b73 100644 --- a/include/note.php +++ b/include/note.php @@ -356,7 +356,7 @@ class Note { HtmlAreaLoaderScript(array("editor")); - echo html_frame_start("Edit Application Note {$aClean['noteId']}", "90%","",0); + echo html_frame_start("Edit Application Note", "90%","",0); echo html_table_begin("width='100%' border=0 align=left cellpadding=6 cellspacing=0 class='box-body'"); echo '';