? comment_notify-object_to_string_error-229574-5.patch
? cvs-release-notes.php
? no_self_notification_215673.patch
? rename_add_perm_222740.patch
Index: comment_notify.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/comment_notify/comment_notify.module,v
retrieving revision 1.1.4.8
diff -u -p -r1.1.4.8 comment_notify.module
--- comment_notify.module	3 Mar 2008 18:54:53 -0000	1.1.4.8
+++ comment_notify.module	13 Mar 2008 22:19:17 -0000
@@ -276,7 +276,7 @@ function _comment_notify_mailalert($comm
   $sent_to = array();
 
   while ($alert = db_fetch_object($result)) {
-    if ($alert->mail != $comment_mail && !in_array($alert->mail, $sent_to) && $alert.uid != $comment->uid) {
+    if ($alert->mail != $comment_mail && !in_array($alert->mail, $sent_to) && $alert->uid != $comment->uid) {
 
       if (function_exists('locale') && $languages[$user->language]) {
         $locale = $user->language;
