Alexander Nicolaysen Sørnes : note: Mark a function as static
Module: appdb Branch: master Commit: fc64b16db1979d12a2457da366039e50ee73c47a URL: http://source.winehq.org/git/appdb.git/?a=commit;h=fc64b16db1979d12a2457da36... Author: Alexander Nicolaysen Sørnes <alexsornes(a)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();
participants (1)
-
Alexander Nicolaysen Sørnes