diff --git a/include/version.php b/include/version.php index 7b4f7fb..7409c14 100644 --- a/include/version.php +++ b/include/version.php @@ -609,7 +609,7 @@ class Version { // version license echo html_tr(array( array("License", "class=\"color0\""), - $this->MakeLicenseList())); + $this->makeLicenseList())); // version description echo 'Version description',"\n"; @@ -1083,8 +1083,11 @@ class Version { return $sResult; } - function MakeLicenseList() + function makeLicenseList($sLicense = NULL) { + if(!$sLicense) + $sLicense = $this->sLicense; + $sReturn = "