? 508640_talk_coder_cleanup.patch Index: talk.install =================================================================== RCS file: /cvs/drupal-contrib/contributions/modules/talk/Attic/talk.install,v retrieving revision 1.1.2.2 diff -u -p -r1.1.2.2 talk.install --- talk.install 10 Apr 2009 15:58:35 -0000 1.1.2.2 +++ talk.install 2 Jul 2009 20:56:23 -0000 @@ -2,6 +2,12 @@ // $Id: talk.install,v 1.1.2.2 2009/04/10 15:58:35 cwgordon7 Exp $ /** + * @file + * Install/uninstall code for talk module. + */ + + +/** * Implementation of hook_uninstall(). */ function talk_uninstall() { Index: talk.module =================================================================== RCS file: /cvs/drupal-contrib/contributions/modules/talk/talk.module,v retrieving revision 1.6.2.5 diff -u -p -r1.6.2.5 talk.module --- talk.module 3 May 2009 19:39:17 -0000 1.6.2.5 +++ talk.module 2 Jul 2009 20:56:23 -0000 @@ -130,8 +130,8 @@ function talk_form_alter(&$form, $form_s } /** - * Implementation of hook_comment() - * Changing the destination to the talk page after posting a comment + * Implementation of hook_comment(). + * Changing the destination to the talk page after posting a comment. */ function talk_comment($a1, $op) { if ($op == 'insert' || $op == 'update') { @@ -141,7 +141,7 @@ function talk_comment($a1, $op) { $_REQUEST['destination'] = 'node/'. $a1['nid'] .'/talk'; } } -} +} /** * Is talk page option activated for node tpye? */ @@ -155,7 +155,7 @@ function talk_activated($node_type) { function _talk_node_comment_value(&$node) { return isset($node->comment_original_value) ? $node->comment_original_value : $node->comment; } - + /** * Implementation of hook_theme(). */ Index: talkpage.tpl.php =================================================================== RCS file: /cvs/drupal-contrib/contributions/modules/talk/talkpage.tpl.php,v retrieving revision 1.2.4.1 diff -u -p -r1.2.4.1 talkpage.tpl.php --- talkpage.tpl.php 27 Mar 2009 17:11:17 -0000 1.2.4.1 +++ talkpage.tpl.php 2 Jul 2009 20:56:23 -0000 @@ -1,6 +1,9 @@ - +