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

@@ -39,7 +39,7 @@ else
echo "<form method=\"post\" action=\"editAppFamily.php\">\n";
$oApp->OutputEditor("");
$oApp->outputEditor("");
echo '<table border=0 cellpadding=6 cellspacing=0 width="100%">', "\n";
echo '<tr><td colspan=2 align=center><input type="submit" name=sSubmit value="Update Database"></td></tr>',"\n";