Index: openacs-4/packages/xowiki/tcl/xowiki-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/tcl/xowiki-procs.tcl,v diff -u -r1.342 -r1.343 --- openacs-4/packages/xowiki/tcl/xowiki-procs.tcl 3 Apr 2009 14:58:16 -0000 1.342 +++ openacs-4/packages/xowiki/tcl/xowiki-procs.tcl 9 Apr 2009 07:55:42 -0000 1.343 @@ -792,6 +792,7 @@ } { db_dml [my qn delete_tags] \ "delete from xowiki_tags where item_id = $item_id and user_id = $user_id" + #[split $tag " ,;"] foreach tag $tags { db_dml [my qn insert_tag] \ "insert into xowiki_tags (item_id,package_id, user_id, tag, time) \