/[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.3, Thu Aug 28 16:24:43 2008 UTC revision 1.4, Thu Aug 28 16:46:38 2008 UTC
# Line 1  Line 1 
1  <?php  <?php
2  /* $Id: notify_by_views.module,v 1.2 2008/08/27 22:37:53 matt2000 Exp $ */  /* $Id: notify_by_views.module,v 1.3 2008/08/28 16:24:43 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 482  function _notify_by_views_default_text() Line 482  function _notify_by_views_default_text()
482  function notify_by_views_included($user, $view_name) {  function notify_by_views_included($user, $view_name) {
483    $included_nodes = array();    $included_nodes = array();
484    
485      if (is_numeric($view_name)) continue;      if (is_numeric($view_name)) return;
486    
487      //get arguments      //get arguments
488      $args = variable_get('notify_by_views_'. $view_name .'_args','');      $args = variable_get('notify_by_views_'. $view_name .'_args','');

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

  ViewVC Help
Powered by ViewVC 1.1.2