--- ./content_complete.module.orig	2009-07-31 10:34:43.000000000 +0200
+++ ./content_complete.module	2009-08-11 01:31:33.000000000 +0200
@@ -94,7 +94,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.'));
   }
