Show app names on 'Admin comments' page
This commit is contained in:
committed by
Alexander Nicolaysen Sørnes
parent
0001b42f66
commit
fcfba5a714
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user