--- ./content_complete.module.orig	2010-01-22 14:30:13.000000000 +0100
+++ ./content_complete.module	2010-02-04 12:11:21.396309196 +0100
@@ -139,7 +139,7 @@
   }
   
   // Intercept all node edit forms and highlight field to be completed
-  if (empty($form_state['post']) && arg(2) == 'edit' && strpos($form_id, 'node_form') !== FALSE && $_GET['content_complete_fieldname'] != '') {
+  if (empty($form_state['post']) && arg(2) == 'edit' && strpos($form_id, 'node_form') !== FALSE && !empty($_GET['content_complete_fieldname'])) {
     $fieldname = $_GET['content_complete_fieldname'];
     form_set_error($fieldname, t('Please complete the fields.'));
   }
