Changeset 1158
- Timestamp:
- 06/15/07 16:28:21 (1 year ago)
- Files:
-
- devel/mod/generic_comments/comments_actions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
devel/mod/generic_comments/comments_actions.php
r1146 r1158 64 64 if (function_exists('river_save_event')) 65 65 { 66 $username = user_info("username", $comment->owner);66 $username = "<a href=\"" . river_get_userurl($comment->owner) . "\">" . user_info("username", $comment->owner) . "</a>"; 67 67 if (!isset($comment->owner)) 68 68 {
