Index: openacs-4/packages/notes/www/add-edit.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/notes/www/add-edit.tcl,v diff -u -r1.1 -r1.2 --- openacs-4/packages/notes/www/add-edit.tcl 20 Apr 2001 20:51:11 -0000 1.1 +++ openacs-4/packages/notes/www/add-edit.tcl 3 May 2001 18:23:35 -0000 1.2 @@ -66,7 +66,7 @@ where note_id = :note_id } } else { - db_dml new_note { + db_exec_plsql new_note { declare id integer; begin @@ -78,12 +78,6 @@ creation_ip => :peeraddr, context_id => :package_id ); - - acs_permission.grant_permission( - object_id => id, - grantee_id => :user_id, - privilege => 'admin' - ); end; } }