/[drupal]/contributions/modules/flag/flag.inc
ViewVC logotype

Diff of /contributions/modules/flag/flag.inc

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

revision 1.1.2.30.2.17, Tue Nov 3 03:09:05 2009 UTC revision 1.1.2.30.2.18, Fri Nov 6 03:06:58 2009 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: flag.inc,v 1.1.2.30.2.16 2009/10/28 02:38:10 quicksketch Exp $  // $Id: flag.inc,v 1.1.2.30.2.17 2009/11/03 03:09:05 quicksketch Exp $
3    
4  /**  /**
5   * @file   * @file
# Line 205  class flag_flag { Line 205  class flag_flag {
205      $options = array_merge($options, $link_type['options']);      $options = array_merge($options, $link_type['options']);
206    
207      // Allow other modules to change the flag options.      // Allow other modules to change the flag options.
208      drupal_alter('flag_options', $this, $options);      drupal_alter('flag_options', $options, $this);
209      return $options;      return $options;
210    }    }
211    

Legend:
Removed from v.1.1.2.30.2.17  
changed lines
  Added in v.1.1.2.30.2.18

  ViewVC Help
Powered by ViewVC 1.1.2