Index: comment_cck.module
===================================================================
--- comment_cck.module  (revision 9)
+++ comment_cck.module  (working copy)
@@ -55,7 +55,7 @@
   }
 }

-function comment_cck_comment($comment, $op) {
+function comment_cck_comment(&$comment, $op) {
   switch ($op) {
     case 'insert':
       // Merge the new array with the old node

