Changeset 1180

Show
Ignore:
Timestamp:
06/29/07 16:48:36 (1 year ago)
Author:
icewing
Message:

Marcus Povey <marcus@dushka.co.uk>
* Removed unneccessary quotes

Files:

Legend:

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

    r1175 r1180  
    7272                        } 
    7373 
    74                         river_save_event($comment->owner, $comment->object_id, $comment->owner, $comment->object_type, $username . " <a href=\"$commenturl\">" . __gettext("commented on") . "</a> '" . river_get_friendly_id($comment->object_type, $comment->object_id) . "'"); 
     74                        river_save_event($comment->owner, $comment->object_id, $comment->owner, $comment->object_type, $username . " <a href=\"$commenturl\">" . __gettext("commented on") . "</a> " . river_get_friendly_id($comment->object_type, $comment->object_id)); 
    7575                         
    7676                }