ChangeSet ID: 26359 CVSROOT: /opt/cvs-commit Module name: appdb Changes by: wineowner(a)winehq.org 2006/07/08 20:36:17 Modified files: . : commentview.php Log message: Chris Morgan <cmorgan(a)alum.wpi.edu> Fix commentview.php, missed an instance of view_app_comments() -> Comment::view_app_comments() Patch: http://cvs.winehq.org/patch.py?id=26359 Old revision New revision Changes Path 1.13 1.14 +1 -1 appdb/commentview.php Index: appdb/commentview.php diff -u -p appdb/commentview.php:1.13 appdb/commentview.php:1.14 --- appdb/commentview.php:1.13 9 Jul 2006 1:36:17 -0000 +++ appdb/commentview.php 9 Jul 2006 1:36:17 -0000 @@ -15,7 +15,7 @@ require_once(BASE."include/comment.php") apidb_header("Comments"); -view_app_comments($aClean['iVersionId'], $aClean['iThreadId']); +Comment::view_app_comments($aClean['iVersionId'], $aClean['iThreadId']); apidb_footer(); ?>