Alexander Nicolaysen Sørnes : note: Remove reference to undefined variable

Alexander Nicolaysen Sørnes asornes at winehq.org
Wed Jul 29 09:34:20 CDT 2009


Module: appdb
Branch: master
Commit: 9b9d3378aa45140c8da3e9128c68cae5fee3343c
URL:    http://source.winehq.org/git/appdb.git/?a=commit;h=9b9d3378aa45140c8da3e9128c68cae5fee3343c

Author: Alexander Nicolaysen Sørnes <alex at 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">';




More information about the wine-cvs mailing list