| 1 |
<?php |
<?php |
| 2 |
// $Id: statistics.views.inc,v 1.9 2008/10/28 20:21:37 merlinofchaos Exp $ |
// $Id: statistics.views.inc,v 1.9.6.1 2009/11/02 22:01:26 merlinofchaos Exp $ |
| 3 |
/** |
/** |
| 4 |
* @file |
* @file |
| 5 |
* Provide views data and handlers for statistics.module |
* Provide views data and handlers for statistics.module |
| 206 |
'relationship' => array( |
'relationship' => array( |
| 207 |
'handler' => 'views_handler_relationship', |
'handler' => 'views_handler_relationship', |
| 208 |
'base' => 'users', |
'base' => 'users', |
| 209 |
'field' => 'uid', |
'base field' => 'uid', |
| 210 |
), |
), |
| 211 |
); |
); |
| 212 |
|
|