Chris Morgan : Switch version::makeLicenseList() back to public since we call it from browse_downloadable.php

Chris Morgan cmorgan at winehq.org
Wed Sep 26 20:56:28 CDT 2007


Module: appdb
Branch: master
Commit: b96e936ff846b3e20d5853d79efe7dedf1f73226
URL:    http://source.winehq.org/git/appdb.git/?a=commit;h=b96e936ff846b3e20d5853d79efe7dedf1f73226

Author: Chris Morgan <cmorgan at 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;




More information about the wine-cvs mailing list