| 1 |
<?php |
<?php |
| 2 |
|
|
| 3 |
// ;$Id: mm_dir.module,v 1.1.2.12.2.5 2008/12/03 21:28:01 arthuregg Exp $ |
// ;$Id: mm_dir.module,v 1.1.2.12.2.6 2009/01/21 17:43:18 arthuregg Exp $ |
| 4 |
|
|
| 5 |
|
|
| 6 |
define('MM_DIR_HARVEST_ACTION', 1 ); |
define('MM_DIR_HARVEST_ACTION', 1 ); |
| 206 |
if (! $result) { |
if (! $result) { |
| 207 |
$files[] = array('harvest_file' => $file->filename); |
$files[] = array('harvest_file' => $file->filename); |
| 208 |
} |
} |
| 209 |
} |
} |
| 210 |
} |
} |
| 211 |
// if we have files, return them |
// if we have files, return them |
| 212 |
if (count($files)) { |
if (count($files)) { |