--- watcher.module Sun May 10 18:47:54 2009 +++ watcher.module Sat Jun 20 17:15:15 2009 @@ -2626,7 +2626,7 @@ function _watcher_email_notifications_create_excerpt($text) { // Load current excerpt length setting - $set = variable_get('watcher_email_notification_comment_excerpt_len', '200chars'); + $set = variable_get('watcher_email_notifications_comment_excerpt_len', '200chars'); // Strip tags since we don't want HTML emails $text = strip_tags($text);