Index: fckeditor.module
===================================================================
--- fckeditor.module	(revision 462)
+++ fckeditor.module	(working copy)
@@ -1104,7 +1104,7 @@
   }
 
   // display the field id for administrators
-  if (user_access('administer fckeditor')) {
+  if ($enabled && user_access('administer fckeditor')) {
     $element['#suffix'] .= '<div class="textarea-identifier description">'. t('The ID for !excluding this element is: !id - the path is: !path', array(
     '!excluding' => l(t("excluding or including"), 'admin/settings/fckeditor'),
     '!id' => $element['#id'],

