Fix naming of OutputEditor() to be outputEditor()
This commit is contained in:
committed by
WineHQ
parent
17de2854e0
commit
917851fceb
@@ -373,15 +373,12 @@ if ($aClean['sSub'])
|
||||
/* output the appropriate editors depending on whether we are processing an application */
|
||||
/* and a version or just a version */
|
||||
if($oApp)
|
||||
{
|
||||
$oApp->OutputEditor($sVendor);
|
||||
$oVersion->OutputEditor(false, false);
|
||||
} else
|
||||
{
|
||||
$oVersion->OutputEditor(false, false);
|
||||
}
|
||||
$oTest->OutputEditor($aClean['sDistribution']);
|
||||
|
||||
$oApp->outputEditor($sVendor);
|
||||
|
||||
$oVersion->outputEditor(false, false);
|
||||
|
||||
$oTest->outputEditor($aClean['sDistribution']);
|
||||
|
||||
echo html_frame_start("Reply text", "90%", "", 0);
|
||||
echo "<table width='100%' border=0 cellpadding=2 cellspacing=0>\n";
|
||||
echo '<tr valign=top><td class="color0"><b>email Text</b></td>',"\n";
|
||||
|
||||
Reference in New Issue
Block a user