Jeff Zaroyko : fix a typo which prevents versions from being moderated

Chris Morgan cmorgan at winehq.org
Sat Jun 14 22:41:26 CDT 2008


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

Author: Jeff Zaroyko <jeffzaroyko at gmail.com>
Date:   Sun Jun 15 13:37:47 2008 +1000

fix a typo which prevents versions from being moderated

---

 include/version.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/include/version.php b/include/version.php
index be905e2..e04955b 100644
--- a/include/version.php
+++ b/include/version.php
@@ -1383,7 +1383,7 @@ class version {
 
         $sReturn = "<select name=\"sLicense\">\n";
         $sReturn .= "<option value=\"\">Choose . . .</option>\n";
-        $aLicense = version::getLicences();
+        $aLicense = version::getLicenses();
         $iMax = count($aLicense);
 
         for($i = 0; $i < $iMax; $i++)




More information about the wine-cvs mailing list