Changeset 1123
- Timestamp:
- 05/30/07 07:58:12 (2 years ago)
- Files:
-
- devel/mod/file/lib.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
devel/mod/file/lib.php
r1121 r1123 411 411 ); 412 412 413 $body .= implode('',action('annotate',$ident,'file::file',NULL, 414 array('comment_form_type'=>'summary', 'comment_sort'=>'DESC', 'comment_form_text'=>__gettext('Click to add or view comments on this file.')))); 413 $body .= display_run_displayobjectannotations($file, "file::file"); 415 414 } 416 415
