Fix capitalization of some methods of distribution class
This commit is contained in:
committed by
WineHQ
parent
783215a6f1
commit
cc7c6e661a
@@ -425,7 +425,7 @@ class distribution {
|
|||||||
echo "</select>\n";
|
echo "</select>\n";
|
||||||
}
|
}
|
||||||
|
|
||||||
function ObjectOutputHeader($sClass = "")
|
function objectOutputHeader($sClass = "")
|
||||||
{
|
{
|
||||||
$aCells = array(
|
$aCells = array(
|
||||||
"Distribution name",
|
"Distribution name",
|
||||||
@@ -438,7 +438,7 @@ class distribution {
|
|||||||
echo html_tr($aCells, $sClass);
|
echo html_tr($aCells, $sClass);
|
||||||
}
|
}
|
||||||
|
|
||||||
function ObjectGetEntries($bQueued)
|
function objectGetEntries($bQueued)
|
||||||
{
|
{
|
||||||
if($bQueued)
|
if($bQueued)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user