Changeset 1158

Show
Ignore:
Timestamp:
06/15/07 16:28:21 (1 year ago)
Author:
icewing
Message:

Marcus Povey <marcus@dushka.co.uk>
* Generic comments now displays a url for comment users.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • devel/mod/generic_comments/comments_actions.php

    r1146 r1158  
    6464                if (function_exists('river_save_event')) 
    6565                { 
    66                         $username = user_info("username", $comment->owner)
     66                        $username = "<a href=\"" . river_get_userurl($comment->owner) . "\">" . user_info("username", $comment->owner) . "</a>"
    6767                        if (!isset($comment->owner))  
    6868                        {