Jeff Zaroyko : fix a typo which prevents versions from being moderated
Module: appdb Branch: master Commit: f593c926e383bfd142783acb7c2eaec57485a3db URL: http://source.winehq.org/git/appdb.git/?a=commit;h=f593c926e383bfd142783acb7... Author: Jeff Zaroyko <jeffzaroyko(a)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++)
participants (1)
-
Chris Morgan