Show app names on 'Admin comments' page

This commit is contained in:
Alexander Nicolaysen Sørnes
2009-03-29 21:54:35 +02:00
committed by Alexander Nicolaysen Sørnes
parent 0001b42f66
commit fcfba5a714
2 changed files with 15 additions and 6 deletions

View File

@@ -60,7 +60,7 @@ while ($oRow = query_fetch_object($commentIds))
$hResult = query_parameters($sQuery, $oRow->commentId);
/* call view_app_comment to display the comment */
$oComment_row = query_fetch_object($hResult);
Comment::view_app_comment($oComment_row);
Comment::view_app_comment($oComment_row, true);
}
/* display page selection links */