Module: appdb
Branch: master
Commit: b96e936ff846b3e20d5853d79efe7dedf1f73226
URL: http://source.winehq.org/git/appdb.git/?a=commit;h=b96e936ff846b3e20d5853d7…
Author: Chris Morgan <cmorgan(a)alum.wpi.edu>
Date: Wed Sep 26 21:56:16 2007 -0400
Switch version::makeLicenseList() back to public since we call it from browse_downloadable.php
---
include/version.php | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/include/version.php b/include/version.php
index 18a4e2b..8e2d75a 100644
--- a/include/version.php
+++ b/include/version.php
@@ -1245,7 +1245,7 @@ class version {
}
// returns a string containing the html for a selection list
- private function makeLicenseList($sLicense = NULL)
+ public function makeLicenseList($sLicense = NULL)
{
if(!$sLicense)
$sLicense = $this->sLicense;
Module: appdb
Branch: master
Commit: f0a2416804701ff4a04b3cb7e6a71bca6ee08d5b
URL: http://source.winehq.org/git/appdb.git/?a=commit;h=f0a2416804701ff4a04b3cb7…
Author: Alexander Nicolaysen Sørnes <alexander(a)alex.alexstyrt>
Date: Wed Sep 26 21:35:51 2007 +0200
testData: Add a line break after distribution help text
---
include/testData.php | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/include/testData.php b/include/testData.php
index 19f8efd..3dd833e 100644
--- a/include/testData.php
+++ b/include/testData.php
@@ -711,7 +711,7 @@ class testData{
"review it in the form below or replace ".
"it with one from the list.";
}
- $sDistributionHelp ."<br />\n";
+ $sDistributionHelp .= "<br />\n";
}
echo '<tr valign=top><td class="color0"><b>Distribution</b></td class="color0">',"\n";