diff -upN flatcomments/flatcomments.info flatcomments_6/flatcomments.info
--- flatcomments/flatcomments.info	2007-11-26 02:00:06.000000000 +0000
+++ flatcomments_6/flatcomments.info	2008-04-19 15:48:49.263895900 +0100
@@ -1,11 +1,7 @@
 ; $Id: flatcomments.info,v 1.1.2.1 2007/11/26 01:56:16 heine Exp $
 name = Flat comments
 description = Makes all comments replies to the post regardless of the reply link used.
-dependencies = comment
-version = "$Name: DRUPAL-5--1-0 $"
+dependencies[] = comment
+core = 6.x
 
diff -upN flatcomments/flatcomments.module flatcomments_6/flatcomments.module
--- flatcomments/flatcomments.module	2008-04-19 15:58:41.388895900 +0100
+++ flatcomments_6/flatcomments.module	2008-04-19 15:51:14.915895900 +0100
@@ -1,14 +1,14 @@
 <?php
 // $Id: flatcomments.module,v 1.5.4.1 2007/11/26 01:56:16 heine Exp $
 
-function flatcomments_help($section) {
-  switch ($section) {
+function flatcomments_help($path, $arg) {
+  switch ($path) {
     case 'admin/modules#description':
       return t('Forces comments as replies to a node.');
   }
 }
 
-function flatcomments_form_alter($form_id, &$form) {
+function flatcomments_form_alter(&$form, &$form_state, $form_id) {
   switch ($form_id) {
 
     case 'comment_form':
