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

Diff of /contributions/modules/role_weights/role_weights.module

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

revision 1.25, Mon Jun 8 12:37:41 2009 UTC revision 1.26, Tue Jun 9 16:05:26 2009 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: role_weights.module,v 1.24 2009/06/08 11:58:51 leafishpaul Exp $  // $Id: role_weights.module,v 1.23.2.3 2009/06/09 16:03:15 leafishpaul Exp $
3    
4  /**  /**
5   * @file   * @file
# Line 285  function _role_weights_rid_compare($r1, Line 285  function _role_weights_rid_compare($r1,
285  }  }
286    
287  /**  /**
288     * Views 2 support
289     */
290    function role_weights_views_api() {
291      return array('api' => 2);
292    }
293    
294    /**
295   * Token support   * Token support
296   */   */
297  function role_weights_token_values($type, $object = NULL, $options = array()) {  function role_weights_token_values($type, $object = NULL, $options = array()) {

Legend:
Removed from v.1.25  
changed lines
  Added in v.1.26

  ViewVC Help
Powered by ViewVC 1.1.2