| 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 |
| 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',''); |