| 1 |
<?php |
<?php |
| 2 |
// $Id: views_bulk_operations_plugin_style.inc,v 1.1.2.24 2009/03/05 01:39:49 kratib Exp $ |
// $Id: views_bulk_operations_plugin_style.inc,v 1.1.2.25 2009/03/06 20:00:18 kratib Exp $ |
| 3 |
|
|
| 4 |
define('VBO_EXECUTION_DIRECT', 1); |
define('VBO_EXECUTION_DIRECT', 1); |
| 5 |
define('VBO_EXECUTION_BATCH', 2); |
define('VBO_EXECUTION_BATCH', 2); |
| 122 |
return $options; |
return $options; |
| 123 |
} |
} |
| 124 |
|
|
| 125 |
|
function uses_fields() { |
| 126 |
|
if (isset($this->view->ignore_fields)) return FALSE; |
| 127 |
|
return parent::uses_fields(); |
| 128 |
|
} |
| 129 |
|
|
| 130 |
private function populate_operations(&$options) { |
private function populate_operations(&$options) { |
| 131 |
$operations = array(); |
$operations = array(); |
| 132 |
|
|