[prev in list] [next in list] [prev in thread] [next in thread] 

List:       wine-devel
Subject:    [PATCH appdb] Show additional application links
From:       Rosanne DiMesio <dimesio () earthlink ! net>
Date:       2017-12-28 18:44:22
Message-ID: 20171228184422.22529-1-dimesio () earthlink ! net
[Download RAW message or body]

Fixes bug 44186.

Signed-off-by: Rosanne DiMesio <dimesio@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




[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic