Index: openacs-4/packages/general-comments/www/comment-edit-3.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/general-comments/www/comment-edit-3.tcl,v diff -u -r1.3 -r1.4 --- openacs-4/packages/general-comments/www/comment-edit-3.tcl 31 Oct 2001 20:42:07 -0000 1.3 +++ openacs-4/packages/general-comments/www/comment-edit-3.tcl 1 Mar 2005 00:01:37 -0000 1.4 @@ -19,7 +19,7 @@ ad_require_permission $comment_id write # authenticate the user -set user_id [ad_verify_and_get_user_id] +set user_id [ad_conn user_id] # insert the revision into the database set is_live [ad_parameter AutoApproveCommentsP {general-comments} {t}]