Move function in include/comment.php inside of the comment class. This lets us refer to

these functions like Comment:: making it clear they are static functions of the comment class
This commit is contained in:
Chris Morgan
2006-07-08 22:09:14 +00:00
committed by WineHQ
parent f05c05864e
commit 763ad58bcf
3 changed files with 238 additions and 244 deletions

View File

@@ -819,7 +819,7 @@ class Version {
}
// Comments Section
view_app_comments($this->iVersionId);
Comment::view_app_comments($this->iVersionId);
}
function lookup_name($versionId)