Changeset 1049

Show
Ignore:
Timestamp:
03/26/07 17:20:47 (2 years ago)
Author:
sven
Message:

browser: icons were broken

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • devel/mod/browser/index.php

    r1022 r1049  
    161161                $description = get_field("profile_data", "value", "owner", $result->ident, "name", 'minibio'); 
    162162                 
    163                 $icon = user_icon_html($result->ident); 
     163                $icon_html = user_icon_html($result->ident); 
    164164                 
    165165                $name = htmlspecialchars($result->name);