Index: discuss.php =================================================================== RCS file: /var/cvs/phpgroupware/xmlrpc/discuss.php,v retrieving revision 1.3.2.1 diff -u -r1.3.2.1 discuss.php --- discuss.php 30 Jun 2002 00:54:25 -0000 1.3.2.1 +++ discuss.php 14 Nov 2003 07:51:44 -0000 @@ -57,7 +57,7 @@ } // add the new comment in $count++; - $sql = "INSERT INTO phpgw_discuss (msg_id,comment,name,count) VALUES ($msgID,'$comment','$name',$count)"; + $sql = "INSERT INTO phpgw_discuss (msg_id,comment,name,m_count) VALUES ($msgID,'$comment','$name',$count)"; $GLOBALS['phpgw']->db->query($sql,__LINE__,__FILE__); // if we generated an error, create an error return response