[PATCH appdb] Show additional application links

Rosanne DiMesio dimesio at earthlink.net
Thu Dec 28 12:44:22 CST 2017


Fixes bug 44186.

Signed-off-by: Rosanne DiMesio <dimesio at earthlink.net>
---
 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
-- 
2.12.3




More information about the wine-devel mailing list