appdb/admin addAppNote.php

WineHQ wineowner at wine.codeweavers.com
Sun Jan 21 12:23:48 CST 2007


ChangeSet ID:	30904
CVSROOT:	/opt/cvs-commit
Module name:	appdb
Changes by:	wineowner at winehq.org	2007/01/21 12:23:48

Modified files:
	admin          : addAppNote.php 

Log message:
	Alexander Nicolaysen Sørnes <alex at thehandofagony.com>
	Fixed missed OutputEditor() to outputEditor() reference

Patch: http://cvs.winehq.org/patch.py?id=30904

Old revision  New revision  Changes     Path
 1.31          1.32          +1 -1       appdb/admin/addAppNote.php

Index: appdb/admin/addAppNote.php
diff -u -p appdb/admin/addAppNote.php:1.31 appdb/admin/addAppNote.php:1.32
--- appdb/admin/addAppNote.php:1.31	21 Jan 2007 18:23:48 -0000
+++ appdb/admin/addAppNote.php	21 Jan 2007 18:23:48 -0000
@@ -47,7 +47,7 @@ else if($aClean['sSub'] == 'Preview' OR 
 
     echo "<form method=post action='addAppNote.php'>\n";
 
-    $oNote->OutputEditor();
+    $oNote->outputEditor();
 
     echo '<center>';
     echo '<input type="submit" name="sSub" value="Preview">&nbsp',"\n";



More information about the wine-cvs mailing list