Alexander Nicolaysen Sørnes : note: Remove reference to undefined variable
Module: appdb Branch: master Commit: 9b9d3378aa45140c8da3e9128c68cae5fee3343c URL: http://source.winehq.org/git/appdb.git/?a=commit;h=9b9d3378aa45140c8da3e9128... Author: Alexander Nicolaysen Sørnes <alex(a)thehandofagony.com> Date: Wed Jul 29 16:34:02 2009 +0200 note: Remove reference to undefined variable --- include/note.php | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) 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 '<input type="hidden" name="bEditing" value="true">';
participants (1)
-
Alexander Nicolaysen Sørnes