Diff speaks for itself:

Index: contemplate.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/contemplate/contemplate.module,v
retrieving revision 1.8.4.55
diff -u -p -r1.8.4.55 contemplate.module
--- contemplate.module  29 Dec 2008 00:22:18 -0000      1.8.4.55
+++ contemplate.module  30 Dec 2008 12:57:47 -0000
@@ -37,9 +37,9 @@ function contemplate_help($path, $arg) {
   }
 }

--/**
--* Menu callback; loads a flexifilter object
--*/
+/**
+ * Menu callback; loads a flexifilter object
+ */
 function contemplate_node_type_load($index, $map_array) {
   $types = node_get_types();
   $type = $map_array[$index];

Without wishing to appear snarky: I've found that testing a patched version prior to commit does wonders in avoiding stuff like this. :)

Comments

jrglasgow’s picture

Status: Needs review » Fixed

Arancaytar,
In the future it would be useful if you could attach the patch file to your comment.

I have committed the changes.

eMPee584’s picture

Oh snarky one, i am so sorry, i will not do so again. My deepest apologies.

Edit: i mean it ;)
that was stupid and unnecessary *g

cburschka’s picture

In the future it would be useful if you could attach the patch file to your comment

Yes, sorry. It's just that I have to download and upload the patch file, while I can copy-paste the diff from the shell, so it seemed overkill for a short fix like this.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.