/[drupal]/contributions/modules/notify_by_views/notify_by_views.module
ViewVC logotype

Diff of /contributions/modules/notify_by_views/notify_by_views.module

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.11, Tue Apr 28 18:40:03 2009 UTC revision 1.12, Tue Apr 28 18:51:59 2009 UTC
# Line 1  Line 1 
1  <?php  <?php
2  /* $Id: notify_by_views.module,v 1.10 2009/04/28 18:29:54 matt2000 Exp $ */  /* $Id: notify_by_views.module,v 1.11 2009/04/28 18:40:03 matt2000 Exp $ */
3  /**  /**
4   * Display help and module information   * Display help and module information
5   * @param section which section of the site we're displaying help   * @param section which section of the site we're displaying help
# Line 421  function _notify_by_views_mail_send($nod Line 421  function _notify_by_views_mail_send($nod
421          foreach ($comment as $c) {          foreach ($comment as $c) {
422    
423            $title   = $c->subject;            $title   = $c->subject;
424            $author = $c->name ? $c->name : variable_get(anonymous, 'Anonymous');            $author = $c->name ? $c->name : variable_get('anonymous', 'Anonymous');
425            $info = t('Comment Attached to @type posted by @author: @title', array(            $info = t('Comment Attached to @type posted by @author: @title', array(
426                                  '@title' => $nodes[$nid]->title,                                  '@title' => $nodes[$nid]->title,
427                                  '@type' => node_get_types('name', $nodes[$nid]),                                  '@type' => node_get_types('name', $nodes[$nid]),

Legend:
Removed from v.1.11  
changed lines
  Added in v.1.12

  ViewVC Help
Powered by ViewVC 1.1.2