Index: openacs-4/contrib/packages/cop-ui/www/clipboards/index.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/contrib/packages/cop-ui/www/clipboards/index.tcl,v diff -u -r1.1 -r1.2 --- openacs-4/contrib/packages/cop-ui/www/clipboards/index.tcl 28 Mar 2004 21:17:10 -0000 1.1 +++ openacs-4/contrib/packages/cop-ui/www/clipboards/index.tcl 18 Mar 2005 14:36:48 -0000 1.2 @@ -11,5 +11,5 @@ set user_id [auth::require_login] if {$user_id > 0} { - cop::clipboard::clipboards -count $user_id clipboards + clipboard::clipboards -count $user_id clipboards }