| 1 |
<?php |
<?php |
| 2 |
// $Id: import_manager.module,v 1.12 2009/06/01 20:45:46 drumm Exp $ |
// $Id: import_manager.module,v 1.13 2009/06/03 01:26:07 drumm Exp $ |
| 3 |
|
|
| 4 |
function import_manager_menu() { |
function import_manager_menu() { |
| 5 |
$items = array( |
$items = array( |
| 224 |
* Optional array of data which would usually be submitted with the import. |
* Optional array of data which would usually be submitted with the import. |
| 225 |
*/ |
*/ |
| 226 |
function import_manager_run($callback, $data = array()) { |
function import_manager_run($callback, $data = array()) { |
| 227 |
|
set_time_limit(0); |
| 228 |
$form_state = array( |
$form_state = array( |
| 229 |
'values' => array( |
'values' => array( |
| 230 |
'import' => import_manager_get_import($callback), |
'import' => import_manager_get_import($callback), |