Parent Directory
|
Revision Log
|
Revision Graph
|
Patch
| revision 1.1.2.9.2.6, Thu Mar 5 22:37:04 2009 UTC | revision 1.1.2.9.2.7, Wed Apr 1 02:25:50 2009 UTC | |
|---|---|---|
| # | Line 1 | Line 1 |
| 1 | <?php | <?php |
| 2 | ||
| 3 | // $Id: media_mover_ftp_harvest.inc,v 1.1.2.14 2009/02/25 21:05:02 arthuregg Exp $; | // $Id: media_mover_ftp_harvest.inc,v 1.1.2.9.2.6 2009/03/05 22:37:04 arthuregg Exp $; |
| 4 | ||
| 5 | ||
| 6 | /** | /** |
| # | Line 20 function media_mover_ftp_harvest($config | Line 20 function media_mover_ftp_harvest($config |
| 20 | extract($connection); | extract($connection); |
| 21 | ||
| 22 | // make sure we have files being handed back | // make sure we have files being handed back |
| 23 | if (count($ftp_list)) { | if (! count($ftp_list)) { |
| 24 | return; | return; |
| 25 | } | } |
| 26 |
|
||||||||
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |