--- fckeditor.module 2006-12-07 14:51:14.421875000 -0500
+++ fckeditor.module 2006-12-07 11:19:20.376750000 -0500
@@ -209,6 +209,12 @@
  *   The same $element with extra FCKeditor markup and initialization
  */
 function fckeditor_process_textarea($element) {
+
+/** Added to include '-$nid' to $element['#id'] so fckeditor can properly 
+catch specific textareas. Will change id of both textarea and textarea label. */
+if (arg(0)=='node' && arg(2)=='edit') $nid = arg(1);
+$element['#id'] = $element['#id'] . '-' . $nid;
+
 $exclude = preg_split("/[\s,]+/", strip_tags(variable_get("fckeditor_exclude", '')));
 
   if (($element['#rows'] > variable_get('fckeditor_minimum_rows', 5))
