Show
Ignore:
Timestamp:
03/12/07 12:10:28 (2 years ago)
Author:
ben
Message:

All icons are now displayed using the user_icon_html function; all user full names are displayed using the user_name function. This is to allow potential plugins to do things like hide names if required (eg in a school situation), and add bling to the icon.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • devel/_files/rss2.php

    r659 r1022  
    2626 
    2727    if ($info = get_record('users','ident',$page_owner)) { 
    28         $name = stripslashes($info->name); 
     28        $name = stripslashes(user_name($info->ident)); 
    2929        $mainurl = $CFG->wwwroot . $info->username . "/files/"; 
    3030        $rssurl = $mainurl . "rss/" . urlencode($tag);