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

Diff of /contributions/modules/relatedviews/relatedviews.module

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

revision 1.3, Tue Dec 11 16:55:00 2007 UTC revision 1.4, Wed Dec 19 23:14:11 2007 UTC
# Line 5  Line 5 
5   * Declares information that this module provides for views integration.  In   * Declares information that this module provides for views integration.  In
6   * our case, that means defining the filter.   * our case, that means defining the filter.
7   */   */
8  function relatedviews_views_tables_alter(&$tables) {  function relatedviews_views_tables() {
9    if (module_exists('taxonomy')) {    if (module_exists('taxonomy')) {
10      $vocab_options = array();      $vocab_options = array();
11      foreach (taxonomy_get_vocabularies() as $vocab) {      foreach (taxonomy_get_vocabularies() as $vocab) {

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

  ViewVC Help
Powered by ViewVC 1.1.2