Fix naming of OutputEditor() to be outputEditor()

This commit is contained in:
Alexander Nicolaysen Sørnes
2007-01-17 03:18:49 +00:00
committed by WineHQ
parent 17de2854e0
commit 917851fceb
18 changed files with 37 additions and 44 deletions

View File

@@ -227,7 +227,7 @@ class Note {
}
function OutputEditor()
function outputEditor()
{
HtmlAreaLoaderScript(array("editor"));
@@ -251,8 +251,8 @@ class Note {
echo html_frame_end();
}
/* retrieves values from $aValue that were output by OutputEditor() */
/* $aValues can be $_REQUEST or any array with the values from OutputEditor() */
/* retrieves values from $aValue that were output by outputEditor() */
/* $aValues can be $_REQUEST or any array with the values from outputEditor() */
function GetOutputEditorValues($aValues)
{
$this->iVersionId = $aValues['iVersionId'];