Changeset 1123

Show
Ignore:
Timestamp:
05/30/07 07:58:12 (2 years ago)
Author:
icewing
Message:

Marcus Povey <marcus@dushka.co.uk>
* Added object annotation hook for files.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • devel/mod/file/lib.php

    r1121 r1123  
    411411                                            ); 
    412412 
    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"); 
    415414                } 
    416415