Module: appdb Branch: master Commit: 5f46a0337ee09b2cf6bde53639b325cae363ae55 URL: https://source.winehq.org/git/appdb.git/?a=commit;h=5f46a0337ee09b2cf6bde536...
Author: Rosanne DiMesio dimesio@earthlink.net Date: Thu Dec 28 12:44:22 2017 -0600
Show additional application links
Fixes bug 44186.
Signed-off-by: Rosanne DiMesio dimesio@earthlink.net Signed-off-by: Jeremy Newman jnewman@codeweavers.com
---
include/application.php | 5 +++++ 1 file changed, 5 insertions(+)
diff --git a/include/application.php b/include/application.php index f6c90b8..320ad5a 100644 --- a/include/application.php +++ b/include/application.php @@ -895,6 +895,11 @@ class Application { </div> EOT;
+ // URLs + if($sUrls = url::display(NULL, $this->iAppId)) + { + echo $sUrls; + } echo "<p>For more details and user comments, view the versions of this application</p>\n";
// display versions