Index: openacs-4/packages/attachments/www/simple-add-2.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/attachments/www/simple-add-2.tcl,v diff -u -r1.4 -r1.5 --- openacs-4/packages/attachments/www/simple-add-2.tcl 28 Aug 2003 09:41:46 -0000 1.4 +++ openacs-4/packages/attachments/www/simple-add-2.tcl 13 Feb 2009 22:13:06 -0000 1.5 @@ -26,7 +26,7 @@ db_transaction { # Create the URL (for now) - set url_id [content_extlink::new -url $url -label $title -description $description -parent_id $folder_id] + set url_id [content::extlink::new -url $url -label $title -description $description -parent_id $folder_id] # Attach the URL attachments::attach -object_id $object_id -attachment_id $url_id