Changeset 1402
- Timestamp:
- 12/06/07 22:16:15 (1 year ago)
- Files:
-
- devel/mod/generic_comments/lib.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
devel/mod/generic_comments/lib.php
r1392 r1402 87 87 global $CFG; 88 88 global $page_owner; 89 // prevent some notices 90 $comment_sort = null; 91 $commentsbody = null; 92 $sort_sequence = null; 93 89 94 $owner_username = user_info('username', $page_owner); 90 95 // create a form to display comments for this object, and then display the comments for one page
