Alexander Nicolaysen =?UTF-8?Q?S=C3=B8rnes=20?=: note: Mark a function as static

Alexander Nicolaysen Sørnes asornes at winehq.org
Sun Jan 12 08:57:18 CST 2014


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

Author: Alexander Nicolaysen Sørnes <alexsornes at gmail.com>
Date:   Sun Jan 12 15:25:53 2014 +0100

note: Mark a function as static

---

 include/note.php |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/note.php b/include/note.php
index 96cfcbb..0cb24a4 100644
--- a/include/note.php
+++ b/include/note.php
@@ -310,7 +310,7 @@ class Note {
         echo $shOutput;
     }
 
-    function displayNotesForEntry($iVersionId, $iAppId = null)
+    public static function displayNotesForEntry($iVersionId, $iAppId = null)
     {
         $aNotes = array();
 




More information about the wine-cvs mailing list