--- nodeformcols/nodeformcols.module	Wed Apr 27 19:32:27 2011
+++ nodeformcols/nodeformcols.module	Fri Feb 25 04:10:12 2011
@@ -87,7 +87,7 @@
  * Implementation of hook_form_alter().
  */
 function nodeformcols_form_alter(&$form, $form_state, $form_id) {
-  if (isset($form['#id']) && substr( $form['#id'], -9) == 'node-form') {
+  if (isset($form['#id']) && $form['#id']=='node-form') {
     drupal_alter('nodeformcols_pre_form', $form);
     $variant = isset($form['#nodeformcols_variant']) ? $form['#nodeformcols_variant'] : 'default';
     $placements = nodeformscols_field_placements($form['#node']->type, $variant);
