| 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 |
| 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()) { |