Add objectManager support to the note class

This commit is contained in:
Chris Morgan
2007-07-30 00:27:37 +00:00
committed by WineHQ
parent 3c66a95f3f
commit a923d0ff2f
4 changed files with 109 additions and 37 deletions

View File

@@ -1016,7 +1016,7 @@ class version {
while( $oRow = mysql_fetch_object($hNotes) )
{
$oNote = new Note($oRow->noteId);
$oNote->show();
$oNote->display();
}
// Comments Section