| 1 |
<?php |
<?php |
| 2 |
// $Id: upload.views.inc,v 1.15.2.1 2009/07/01 23:06:44 merlinofchaos Exp $ |
// $Id: upload.views.inc,v 1.16.4.1 2009/11/02 22:01:26 merlinofchaos Exp $ |
| 3 |
/** |
/** |
| 4 |
* @file |
* @file |
| 5 |
* |
* |
| 129 |
'relationship table' => 'upload', |
'relationship table' => 'upload', |
| 130 |
'relationship field' => 'fid', |
'relationship field' => 'fid', |
| 131 |
'base' => 'file', |
'base' => 'file', |
| 132 |
'field' => 'fid', |
'base field' => 'fid', |
| 133 |
'handler' => 'views_handler_relationship', |
'handler' => 'views_handler_relationship', |
| 134 |
'label' => t('Files'), |
'label' => t('Files'), |
| 135 |
), |
), |