Index: openacs-4/packages/cms/www/modules/types/register-templates.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/cms/www/modules/types/register-templates.tcl,v diff -u -r1.6 -r1.6.2.1 --- openacs-4/packages/cms/www/modules/types/register-templates.tcl 16 May 2005 22:59:25 -0000 1.6 +++ openacs-4/packages/cms/www/modules/types/register-templates.tcl 31 Aug 2006 19:59:08 -0000 1.6.2.1 @@ -33,8 +33,8 @@ # grab marked templates from the clipboard #set root_id [cm::modules::templates::getRootFolderID] -set clip [clipboard::parse_cookie] -set marked_templates [clipboard::get_items $clip templates] +set clip [cms::clipboard::parse_cookie] +set marked_templates [cms::clipboard::get_items $clip templates] set marked_templates_csv [join $marked_templates ","] if { [llength $marked_templates] == 0 } {