Ignore:
Timestamp:
Jun 7, 2007, 8:52:40 PM (17 years ago)
Author:
rub
Message:

Resolved issue 0000702: Code Injection with picture comment

Merge BSF 2029:2030 into branch-1_7

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/branch-1_7/admin/comments.php

    r1932 r2031  
    163163      'ID' => $row['id'],
    164164      'TN_SRC' => $thumb,
    165       'AUTHOR' => $row['author'],
     165      'AUTHOR' => trigger_event('render_comment_author', $row['author']),
    166166      'DATE' => format_date($row['date'],'mysql_datetime',true),
    167167      'CONTENT' => trigger_event('render_comment_content',$row['content'])
Note: See TracChangeset for help on using the changeset viewer.