Show
Ignore:
Timestamp:
03/20/07 14:58:20 (2 years ago)
Author:
ben
Message:

Profiles now have columns, widgets, and assorted joy. This commit doesn't include the Yahoo User Interface library, which has been chosen to handle back-end AJAX.

Files:

Legend:

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

    r1022 r1030  
    2626     
    2727    if ($info = get_record('users','ident',$page_owner)) { 
    28         $name = stripslashes(user_name($info->ident)); 
     28        $name = stripslashes($info->name); 
    2929        $username = $info->username; 
    3030        $mainurl = url . $username . "/";