Changeset 2822

Show
Ignore:
Timestamp:
11/18/08 22:26:59 (7 weeks ago)
Author:
rickc
Message:

Removing the session notice regarding setting a cookie when someone comments.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/htdocs/system/classes/feedbackhandler.php

    r2801 r2822  
    149149            ) 
    150150            { 
    151                 Session::notice(_t('Setting the cookie.'), 'comment_' . $comment->id ); 
    152151                $cookie_content = $comment->name . '#' . $comment->email . '#' . $comment->url; 
    153152                $site_url = Site::get_path('base',true);